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 protectedMark() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BsonContextTypegetContextType()protected AbstractBsonReader.ContextgetParentContext()voidreset()Reset theBsonReaderto 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:BsonReaderMarkReset theBsonReaderto its state at the time the mark was created.- Specified by:
 resetin interfaceBsonReaderMark
 
 - 
 
 -