Package org.elasticsearch.common.bytes
package org.elasticsearch.common.bytes
-
ClassDescriptionA composite
BytesReference
that allows joining multiple bytes references into one without copying.A page based bytes reference, internally holding the bytes in a paged data structure.An in-memoryStreamOutput
which first fills the givenbyte[]
and then allocates more space from the givenBigArrays
if needed.An extension toBytesReference
that requires releasing its content.