public interface BufferObjectDataInput extends ObjectDataInput, Closeable
Modifier and Type | Field and Description |
---|---|
static int |
UTF_BUFFER_SIZE |
Modifier and Type | Method and Description |
---|---|
int |
position() |
void |
position(int newPos) |
int |
read(int position) |
boolean |
readBoolean(int position) |
byte |
readByte(int position) |
char |
readChar(int position) |
double |
readDouble(int position) |
float |
readFloat(int position) |
int |
readInt(int position) |
long |
readLong(int position) |
short |
readShort(int position) |
void |
reset() |
getByteOrder, getClassLoader, readByteArray, readCharArray, readData, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readShortArray
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
static final int UTF_BUFFER_SIZE
int read(int position) throws IOException
IOException
int readInt(int position) throws IOException
IOException
long readLong(int position) throws IOException
IOException
boolean readBoolean(int position) throws IOException
IOException
byte readByte(int position) throws IOException
IOException
char readChar(int position) throws IOException
IOException
double readDouble(int position) throws IOException
IOException
float readFloat(int position) throws IOException
IOException
short readShort(int position) throws IOException
IOException
int position()
void position(int newPos)
void reset()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.