public interface ContentHandle<C> extends AbstractReadHandle, AbstractWriteHandle
A Content Handle provides get / set access to a representation of content such a byte[] array, input stream, file, reader, string, and so on.
| Modifier and Type | Method and Description |
|---|---|
C |
get()
Returns the content.
|
void |
set(C content)
Assigns the content.
|
Copyright © 2013-2017 MarkLogic Corporation.