append
Appends the bytes in the provided BytesRef at the current position.
Append the bytes from a source ByteBlockPool at a given offset and length
Parameters
srcPool
the source pool to copy from
srcOffset
the source pool offset
length
the number of bytes to copy
Append the provided byte array at the current position.
Parameters
bytes
the byte array to write