Class | Description |
---|---|
BytesArray | |
BytesReference |
A reference to bytes.
|
CompositeBytesReference |
A composite
BytesReference that allows joining multiple bytes references
into one without copying. |
PagedBytesReference |
A page based bytes reference, internally holding the bytes in a paged
data structure.
|
ReleasablePagedBytesReference |
An extension to
PagedBytesReference that requires releasing its content. |