public interface ObjectDataInput extends DataInput, VersionAware, WanProtocolVersionAware
| Modifier and Type | Method and Description | 
|---|---|
| ByteOrder | getByteOrder() | 
| ClassLoader | getClassLoader()Returns class loader that internally used for objects. | 
| boolean[] | readBooleanArray() | 
| byte[] | readByteArray() | 
| char[] | readCharArray() | 
| double[] | readDoubleArray() | 
| float[] | readFloatArray() | 
| int[] | readIntArray() | 
| long[] | readLongArray() | 
| <T> T | readObject() | 
| <T> T | readObject(Class aClass) | 
| short[] | readShortArray() | 
| String[] | readUTFArray() | 
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesgetVersion, setVersiongetWanProtocolVersion, setWanProtocolVersionbyte[] 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 to be readIOException - if it reaches end of file before finish reading<T> T readObject(Class aClass) throws IOException
T - type of the object to be readaClass - the type of the class to use when readingIOException - if it reaches end of file before finish readingClassLoader getClassLoader()
ByteOrder getByteOrder()
Copyright © 2020 Hazelcast, Inc.. All rights reserved.