public interface IOutByteBuffer extends IByteBuffer
void free(int reserve,
int size)
throws IOException
IByteBuffer.getBuffer() and IByteBuffer.getOffset() must always be called
again before any further use of the buffer.reserve - offset of data to be preserved in buffer (nothing
preserved if greater than or equal to current offset)size - desired number of bytesIOExceptionvoid flush()
throws IOException
IByteBuffer.getOffset() must always be called again before any
further use of the buffer.IOExceptionCopyright © 2005-2014 jibx.org. All Rights Reserved.