Package org.bson.json
Class JsonReader.Mark
- java.lang.Object
-
- org.bson.AbstractBsonReader.Mark
-
- org.bson.json.JsonReader.Mark
-
- All Implemented Interfaces:
BsonReaderMark
- Enclosing class:
- JsonReader
protected class JsonReader.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
discard()
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
-
discard
public void discard()
-
-