public interface BufferableHandle
| Modifier and Type | Method and Description |
|---|---|
void |
fromBuffer(byte[] buffer)
Sets the content of the handle by copying from a byte array buffer
encoded in UTF-8.
|
byte[] |
toBuffer()
Copies the content of the handle to a byte array buffer
encoded in UTF-8.
|
void fromBuffer(byte[] buffer)
buffer - the byte arraybyte[] toBuffer()
Copyright © 2013-2016 MarkLogic Corporation.