Package org.bson
Interface BsonReaderMark
-
@Deprecated(since="2022-10-31") public interface BsonReaderMarkDeprecated.Usage of this API is not supported in AEM as a Cloud Service.Represents a bookmark that can be used to reset aBsonReaderto its state at the time the mark was created.- Since:
- 3.5
- See Also:
BsonReader.getMark()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidreset()Deprecated.Reset theBsonReaderto its state at the time the mark was created.
-
-
-
Method Detail
-
reset
void reset()
Deprecated.Reset theBsonReaderto its state at the time the mark was created.
-
-