Package com.google.code.yanf4j.buffer
package com.google.code.yanf4j.buffer
IoBuffer from mina
-
ClassDescriptionA base implementation of
IoBuffer
.ARuntimeException
which is thrown when the data theIoBuffer
contains is corrupt.AnIoBufferAllocator
that caches the buffers which are likely to be reused during auto-expansion of the buffers.A byte buffer used by MINA applications.AllocatesIoBuffer
s and manages them.Provides utility methods to dump anIoBuffer
into a hex formatted string.AIoBuffer
that wraps a buffer and proxies any operations to it.A simplisticIoBufferAllocator
which simply allocates a new buffer every time.