BsonReaderMark
BsonBinaryReader.Mark
, BsonDocumentReader.Mark
, JsonReader.Mark
protected class AbstractBsonReader.Mark extends Object implements BsonReaderMark
Modifier | Constructor | Description |
---|---|---|
protected |
Mark() |
Modifier and Type | Method | Description |
---|---|---|
protected BsonContextType |
getContextType() |
|
protected AbstractBsonReader.Context |
getParentContext() |
|
void |
reset() |
Reset the
BsonReader to its state at the time the mark was created. |
protected AbstractBsonReader.Context getParentContext()
protected BsonContextType getContextType()
public void reset()
BsonReaderMark
BsonReader
to its state at the time the mark was created.reset
in interface BsonReaderMark