Package org.apache.mina.core.buffer
-
Interface Summary Interface Description IoBufferAllocator AllocatesIoBuffers and manages them. -
Class Summary Class Description AbstractIoBuffer A base implementation ofIoBuffer.CachedBufferAllocator AnIoBufferAllocatorthat caches the buffers which are likely to be reused during auto-expansion of the buffers.IoBuffer A byte buffer used by MINA applications.IoBufferHexDumper Provides utility methods to dump anIoBufferinto a hex formatted string.IoBufferWrapper AIoBufferthat wraps a buffer and proxies any operations to it.SimpleBufferAllocator A simplisticIoBufferAllocatorwhich simply allocates a new buffer every time. -
Exception Summary Exception Description BufferDataException ARuntimeExceptionwhich is thrown when the data theIoBuffercontains is corrupt.