public interface IByteBufferStorageReader
IByteBufferStorage| 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) | 
Copyright © GigaSpaces.