public interface IByteBuffer
byte[] getBuffer()
int getOffset()
setOffset(int)
method must be used to update the current offset before
any other operations are performed on the buffer.void setOffset(int offset)
offset
- void finish() throws java.io.IOException
java.io.IOException