public interface IByteBufferStorageWriter
IByteBufferStorage
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getPosition() |
void |
movePosition(long offset) |
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 movePosition(long offset)
void writeByte(byte value) throws ByteBufferStorageException
ByteBufferStorageException
void writeBytes(byte[] array, int offset, int length)
void writeInt(int value)
void setPosition(long position)
long getPosition()
void writeLong(long value)
void close()
Copyright © GigaSpaces.