public class DocumentOutputStream extends Object
DocumentOutputStream illustrates how to write content to a document using an OutputStream. You provide the content during execution of the write operation instead of when starting the write operation.
| Constructor and Description |
|---|
DocumentOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
run(Util.ExampleProperties props) |
static void |
tearDownExample(XMLDocumentManager docMgr,
String docId) |
public static void main(String[] args) throws IOException
IOExceptionpublic static void run(Util.ExampleProperties props) throws IOException
IOExceptionpublic static void tearDownExample(XMLDocumentManager docMgr, String docId)
Copyright © 2013-2017 MarkLogic Corporation.