| Interface | Description |
|---|---|
| ByteBlock |
An elastic binary buffer that grows dynamically as bytes are added.
|
| Class | Description |
|---|---|
| HeapByteBlock |
A heap-backed
ByteBlock that manages a byte[] directly and
grows by doubling when the capacity is exceeded. |