public interface ObjectDataInput extends DataInput
| Modifier and Type | Method and Description | 
|---|---|
| ByteOrder | getByteOrder() | 
| ClassLoader | getClassLoader()Returns class loader that internally used for objects | 
| boolean[] | readBooleanArray() | 
| byte[] | readByteArray() | 
| char[] | readCharArray() | 
| Data | readData() | 
| double[] | readDoubleArray() | 
| float[] | readFloatArray() | 
| int[] | readIntArray() | 
| long[] | readLongArray() | 
| <T> T | readObject() | 
| short[] | readShortArray() | 
| String[] | readUTFArray() | 
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesbyte[] readByteArray()
                     throws IOException
IOException - if it reaches end of file before finish readingboolean[] readBooleanArray()
                           throws IOException
IOException - if it reaches end of file before finish readingchar[] readCharArray()
                     throws IOException
IOException - if it reaches end of file before finish readingint[] readIntArray()
                   throws IOException
IOException - if it reaches end of file before finish readinglong[] readLongArray()
                     throws IOException
IOException - if it reaches end of file before finish readingdouble[] readDoubleArray()
                         throws IOException
IOException - if it reaches end of file before finish readingfloat[] readFloatArray()
                       throws IOException
IOException - if it reaches end of file before finish readingshort[] readShortArray()
                       throws IOException
IOException - if it reaches end of file before finish readingString[] readUTFArray() throws IOException
IOException - if it reaches end of file before finish reading<T> T readObject()
             throws IOException
T - type of the object in array to be readIOException - if it reaches end of file before finish readingData readData() throws IOException
IOException - if it reaches end of file before finish readingClassLoader getClassLoader()
ByteOrder getByteOrder()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.