@ElementsAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| Buffer |
An arbitrary and sequential accessible sequence of zero or more bytes (octets).
|
| BufferAllocator |
An API to allocate
Buffers. |
| 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 |
|---|---|
| CharSequences |
8-bit ASCII strings factory and basic utilities helper.
|
| EmptyBuffer |
An immutable zero capacity
Buffer. |
| ReadOnlyBufferAllocators |
Utility class containing
BufferAllocators that create Buffer instances which cannot be modified and
are read only. |