Package | Description |
---|---|
com.marklogic.client.io |
The package provides the handle classes with
different representations for document content when you read
documents from the database or write documents to the
database.
|
Modifier and Type | Method and Description |
---|---|
OutputStreamHandle |
OutputStreamHandle.with(OutputStreamSender sender)
Assigns an output stream sender providing the
callback that writes content to the database and returns the handle
as a fluent convenience.
|
OutputStreamHandle |
OutputStreamHandle.withFormat(Format format)
Specifies the format of the content and returns
the handle as a fluent convenience.
|
OutputStreamHandle |
OutputStreamHandle.withMimetype(java.lang.String mimetype)
Specifies the mime type of the content and
returns the handle as a fluent convenience.
|
OutputStreamHandle |
OutputStreamHandle.withResendable(boolean resendable)
Specifies whether the content can be resent to
the output stream and returns the handle as a fluent
convenience.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.