AbstractReadHandle
, AbstractWriteHandle
BytesHandle
, DocumentMetadataHandle
, DOM4JHandle
, DOMHandle
, FileHandle
, GSONHandle
, InputSourceHandle
, InputStreamHandle
, JacksonDatabindHandle
, JacksonHandle
, JacksonParserHandle
, JAXBHandle
, JDOMHandle
, ReaderHandle
, SourceHandle
, StringHandle
, XMLEventReaderHandle
, XMLStreamReaderHandle
public interface BufferableHandle extends AbstractWriteHandle, AbstractReadHandle
Modifier and Type | Method | 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-2019 MarkLogic Corporation.