public interface BufferObjectDataInput extends ObjectDataInput, Closeable
| 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, readCharArray, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readShortArrayreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesint read(int position)
throws IOException
IOExceptionint readInt(int position)
throws IOException
IOExceptionlong readLong(int position)
throws IOException
IOExceptionboolean readBoolean(int position)
throws IOException
IOExceptionbyte readByte(int position)
throws IOException
IOExceptionchar readChar(int position)
throws IOException
IOExceptiondouble readDouble(int position)
throws IOException
IOExceptionfloat readFloat(int position)
throws IOException
IOExceptionshort readShort(int position)
throws IOException
IOExceptionint position()
void position(int newPos)
void reset()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.