Class ReaderHandle

java.lang.Object
com.marklogic.client.impl.HandleImplementation<R,W>
All Implemented Interfaces:
ContentDescriptor, AbstractReadHandle, AbstractWriteHandle, BufferableContentHandle<Reader,InputStream>, BufferableHandle, ContentHandle<Reader>, CtsQueryWriteHandle, DocumentMetadataReadHandle, DocumentMetadataWriteHandle, DocumentPatchHandle, JSONReadHandle, JSONWriteHandle, QuadsWriteHandle, QueryOptionsListReadHandle, QueryOptionsReadHandle, QueryOptionsWriteHandle, RuleListReadHandle, RuleReadHandle, RuleWriteHandle, SearchReadHandle, SPARQLResultsReadHandle, StreamingContentHandle<Reader,InputStream>, StructureReadHandle, StructureWriteHandle, TextReadHandle, TextWriteHandle, TriplesReadHandle, TriplesWriteHandle, TuplesReadHandle, ValuesListReadHandle, ValuesReadHandle, XMLReadHandle, XMLWriteHandle, OutputStreamSender, Closeable, AutoCloseable

A Reader Handle represents a character content as a reader for reading to or writing from the database.

Either call close() or get().close() when finished with this handle to release the resources.