Package org.bson
Class AbstractBsonReader.Mark
- java.lang.Object
-
- org.bson.AbstractBsonReader.Mark
-
- All Implemented Interfaces:
BsonReaderMark
- Direct Known Subclasses:
BsonBinaryReader.Mark
,BsonDocumentReader.Mark
,JsonReader.Mark
- Enclosing class:
- AbstractBsonReader
protected class AbstractBsonReader.Mark extends Object implements BsonReaderMark
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Mark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BsonContextType
getContextType()
protected AbstractBsonReader.Context
getParentContext()
void
reset()
Reset theBsonReader
to its state at the time the mark was created.
-
-
-
Method Detail
-
getParentContext
protected AbstractBsonReader.Context getParentContext()
-
getContextType
protected BsonContextType getContextType()
-
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
-
-