Package org.bson
Interface BsonReaderMark
- 
- All Known Implementing Classes:
 AbstractBsonReader.Mark,BsonBinaryReader.Mark,BsonDocumentReader.Mark,JsonReader.Mark
public interface BsonReaderMarkRepresents a bookmark that can be used to reset aBsonReaderto its state at the time the mark was created.- Since:
 - 3.5
 - See Also:
 BsonReader.getMark()
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Reset theBsonReaderto its state at the time the mark was created. 
 - 
 
- 
- 
Method Detail
- 
reset
void reset()
Reset theBsonReaderto its state at the time the mark was created. 
 - 
 
 -