Interface OutputStreamSender

All Known Implementing Classes:
DocumentMetadataHandle, DOM4JHandle, DOMHandle, InputSourceHandle, com.marklogic.client.impl.JacksonBaseHandle, JacksonDatabindHandle, JacksonHandle, JacksonParserHandle, JAXBHandle, JDOMHandle, ReaderHandle, RuleDefinition, SourceHandle, StringHandle, XMLEventReaderHandle, XMLStreamReaderHandle

public interface OutputStreamSender
An Output Stream Sender sends content to the database by writing to the provided OutputStream. When writing JSON, text, or XML content, you should use an OutputStream only only to write bytes for characters encoded in UTF-8. If the bytes provide characters with a different encoding, convert the bytes using the java.nio.charset.CharsetDecoder class.