Package com.google.code.yanf4j.buffer

IoBuffer from mina

See:
          Description

Interface Summary
IoBufferAllocator Allocates IoBuffers and manages them.
 

Class Summary
AbstractIoBuffer A base implementation of IoBuffer.
CachedBufferAllocator An IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers.
IoBuffer A byte buffer used by MINA applications.
IoBufferWrapper A IoBuffer that wraps a buffer and proxies any operations to it.
SimpleBufferAllocator A simplistic IoBufferAllocator which simply allocates a new buffer every time.
 

Exception Summary
BufferDataException A RuntimeException which is thrown when the data the IoBuffer contains is corrupt.
 

Package com.google.code.yanf4j.buffer Description

IoBuffer from mina



Copyright © 2011. All Rights Reserved.