Package org.bson
Interface BsonReaderMark
-
public interface BsonReaderMark
Represents a bookmark that can be used to reset aBsonReader
to its state at the time the mark was created.- Since:
- 3.5
- See Also:
BsonReader.getMark()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
Reset theBsonReader
to its state at the time the mark was created.
-
-
-
Method Detail
-
reset
void reset()
Reset theBsonReader
to its state at the time the mark was created.
-
-