| Name | Description | Type | Package | Framework |
| AbstractIoBuffer | A base implementation of IoBuffer. | Class | org.apache.mina.core.buffer | Apache Mina |
| BufferDataException | A RuntimeException which is thrown when the data the IoBuffer contains is corrupt. | Class | org.apache.mina.core.buffer | Apache Mina |
| CachedBufferAllocator | An IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers. | Class | org.apache.mina.core.buffer | Apache Mina |
| IoBuffer | A byte buffer used by MINA applications. | Class | org.apache.mina.core.buffer | Apache Mina |
| IoBufferAllocator | Allocates IoBuffers and manages them. | Interface | org.apache.mina.core.buffer | Apache Mina |
| IoBufferWrapper | A IoBuffer that wraps a buffer and proxies any operations to it. | Class | org.apache.mina.core.buffer | Apache Mina |
| SimpleBufferAllocator | A simplistic IoBufferAllocator which simply allocates a newAuthor:Apache MINA Project | Class | org.apache.mina.core.buffer | Apache Mina |