public interface IByteBufferStorageCursor
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getPosition() |
void |
movePosition(long offset) |
byte |
readByte() |
void |
readBytes(byte[] result,
int offset,
int length) |
int |
readInt() |
long |
readLong() |
void |
setPosition(long position) |
void |
writeByte(byte value) |
void |
writeBytes(byte[] array,
int offset,
int length) |
void |
writeInt(int value) |
void |
writeLong(long value) |
void setPosition(long position)
long getPosition()
void movePosition(long offset)
byte readByte()
void writeByte(byte value)
int readInt()
void writeInt(int value)
long readLong()
void writeLong(long value)
void readBytes(byte[] result, int offset, int length)
void writeBytes(byte[] array, int offset, int length)
void close()
Copyright © GigaSpaces.