Package org.bson
Class BsonDocumentReader.Mark
- java.lang.Object
-
- org.bson.AbstractBsonReader.Mark
-
- org.bson.BsonDocumentReader.Mark
-
- All Implemented Interfaces:
BsonReaderMark
- Enclosing class:
- BsonDocumentReader
protected class BsonDocumentReader.Mark extends AbstractBsonReader.Mark
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Mark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
Reset theBsonReader
to its state at the time the mark was created.-
Methods inherited from class org.bson.AbstractBsonReader.Mark
getContextType, getParentContext
-
-
-
-
Method Detail
-
reset
public void reset()
Description copied from interface:BsonReaderMark
Reset theBsonReader
to its state at the time the mark was created.- Specified by:
reset
in interfaceBsonReaderMark
- Overrides:
reset
in classAbstractBsonReader.Mark
-
-