public interface ReadDocumentContext extends DocumentContext
DocumentContext
and provides methods to manipulate the reading limits and positions within a document.NOOP| Modifier and Type | Method and Description |
|---|---|
void |
closeReadLimit(long readLimit)
Sets the read limit for this
ReadDocumentContext. |
void |
closeReadPosition(long readPosition)
Sets the read position for this
ReadDocumentContext. |
void |
start()
Initiates the start of reading within the context.
|
close, isData, isMetaData, isNotComplete, isOpen, isPresent, reset, rollbackIfNotComplete, rollbackOnClose, wireindex, sourceIdvoid start()
void closeReadLimit(long readLimit)
ReadDocumentContext.
This defines the boundary or endpoint within the document up to which reading should occur.readLimit - The long value representing the read limit.void closeReadPosition(long readPosition)
ReadDocumentContext.
This defines the starting point within the document from which reading should begin.readPosition - The long value representing the read position.Copyright © 2024. All rights reserved.