Interface IByteBufferStorageReader
public interface IByteBufferStorageReader
Acts as a reader over a
IByteBufferStorage- Since:
- 7.1
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longvoidmovePosition(long offset) bytereadByte()voidreadBytes(byte[] result, int offset, int length) intreadInt()longreadLong()voidsetPosition(long position)
-
Method Details
-
readByte
byte readByte() -
readInt
int readInt() -
readBytes
void readBytes(byte[] result, int offset, int length) -
setPosition
void setPosition(long position) -
getPosition
long getPosition() -
movePosition
void movePosition(long offset) -
readLong
long readLong() -
close
void close()
-