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 IOException
IOExceptionCopyright © 2005-2013 jibx.org. All Rights Reserved.