public interface BufferObjectDataInput extends ObjectDataInput, Closeable
Modifier and Type | Field and Description |
---|---|
static int |
UTF_BUFFER_SIZE |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
init(byte[] data,
int offset) |
int |
position() |
void |
position(int newPos) |
int |
read(int position) |
boolean |
readBoolean(int position) |
byte |
readByte(int position) |
char |
readChar(int position) |
double |
readDouble(ByteOrder byteOrder) |
double |
readDouble(int position) |
double |
readDouble(int position,
ByteOrder byteOrder) |
float |
readFloat(ByteOrder byteOrder) |
float |
readFloat(int position) |
float |
readFloat(int position,
ByteOrder byteOrder) |
int |
readInt(ByteOrder byteOrder) |
int |
readInt(int position) |
int |
readInt(int position,
ByteOrder byteOrder) |
long |
readLong(ByteOrder byteOrder) |
long |
readLong(int position) |
long |
readLong(int position,
ByteOrder byteOrder) |
short |
readShort(ByteOrder byteOrder) |
short |
readShort(int position) |
short |
readShort(int position,
ByteOrder byteOrder) |
void |
reset() |
getByteOrder, getClassLoader, readBooleanArray, readByteArray, readCharArray, readData, readDoubleArray, readFloatArray, readIntArray, readLongArray, readObject, readShortArray, readUTFArray
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
int readInt(ByteOrder byteOrder) throws IOException
IOException
int readInt(int position, ByteOrder byteOrder) throws IOException
IOException
long readLong(int position) throws IOException
IOException
long readLong(ByteOrder byteOrder) throws IOException
IOException
long readLong(int position, ByteOrder byteOrder) 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
double readDouble(ByteOrder byteOrder) throws IOException
IOException
double readDouble(int position, ByteOrder byteOrder) throws IOException
IOException
float readFloat(int position) throws IOException
IOException
float readFloat(ByteOrder byteOrder) throws IOException
IOException
float readFloat(int position, ByteOrder byteOrder) throws IOException
IOException
short readShort(int position) throws IOException
IOException
short readShort(ByteOrder byteOrder) throws IOException
IOException
short readShort(int position, ByteOrder byteOrder) throws IOException
IOException
int position()
void position(int newPos)
void reset()
void clear()
void init(byte[] data, int offset)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.