Interface | Description |
---|---|
BytesReference |
A reference to bytes.
|
ReleasableBytesReference |
A bytes reference that needs to be released once its usage is done.
|
Class | Description |
---|---|
BytesArray | |
BytesReference.Helper | |
ChannelBufferBytesReference | |
HashedBytesArray |
A bytes array reference that caches the hash code.
|
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. |
Copyright © 2009–2015. All rights reserved.