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