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.