Interface | Description |
---|---|
Buffer |
An arbitrary and sequential accessible sequence of zero or more bytes (octets).
|
BufferAllocator |
An API to allocate
Buffer s. |
BufferHolder |
An object which contains a
Buffer . |
ByteProcessor |
Provides a mechanism to iterate over a collection of bytes.
|
CompositeBuffer |
A virtual
Buffer which shows multiple buffers as a single merged buffer. |
Class | Description |
---|---|
EmptyBuffer |
An immutable zero capacity
Buffer . |
ReadOnlyBufferAllocators |
Utility class containing
BufferAllocator s that create Buffer instances which cannot be modified and
are read only. |