public interface ObjectDataInput extends DataInput
| Modifier and Type | Method and Description |
|---|---|
ByteOrder |
getByteOrder() |
ClassLoader |
getClassLoader() |
char[] |
readCharArray() |
double[] |
readDoubleArray() |
float[] |
readFloatArray() |
int[] |
readIntArray() |
long[] |
readLongArray() |
<T> T |
readObject() |
short[] |
readShortArray() |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipByteschar[] readCharArray()
throws IOException
IOExceptionint[] readIntArray()
throws IOException
IOExceptionlong[] readLongArray()
throws IOException
IOExceptiondouble[] readDoubleArray()
throws IOException
IOExceptionfloat[] readFloatArray()
throws IOException
IOExceptionshort[] readShortArray()
throws IOException
IOException<T> T readObject()
throws IOException
IOExceptionClassLoader getClassLoader()
ByteOrder getByteOrder()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.