AbstractBsonReader.Mark
, BsonBinaryReader.Mark
, BsonDocumentReader.Mark
, JsonReader.Mark
public interface BsonReaderMark
BsonReader
to its state at the time the mark was created.BsonReader.getMark()
Modifier and Type | Method | Description |
---|---|---|
void |
reset() |
Reset the
BsonReader to its state at the time the mark was created. |
void reset()
BsonReader
to its state at the time the mark was created.