com.hazelcast.nio
Interface BufferObjectDataInput
- All Superinterfaces:
- Closeable, DataInput, ObjectDataInput
public interface BufferObjectDataInput
- extends ObjectDataInput, Closeable
Methods inherited from interface com.hazelcast.nio.ObjectDataInput |
getByteOrder, getClassLoader, readByteArray, readCharArray, readData, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readShortArray |
Methods inherited from interface java.io.DataInput |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
UTF_BUFFER_SIZE
static final int UTF_BUFFER_SIZE
- See Also:
- Constant Field Values
read
int read(int position)
throws IOException
- Throws:
IOException
readInt
int readInt(int position)
throws IOException
- Throws:
IOException
readLong
long readLong(int position)
throws IOException
- Throws:
IOException
readBoolean
boolean readBoolean(int position)
throws IOException
- Throws:
IOException
readByte
byte readByte(int position)
throws IOException
- Throws:
IOException
readChar
char readChar(int position)
throws IOException
- Throws:
IOException
readDouble
double readDouble(int position)
throws IOException
- Throws:
IOException
readFloat
float readFloat(int position)
throws IOException
- Throws:
IOException
readShort
short readShort(int position)
throws IOException
- Throws:
IOException
position
int position()
position
void position(int newPos)
reset
void reset()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.