protected class AbstractBsonReader.Mark extends java.lang.Object implements BsonReaderMark
Modifier | Constructor and Description |
---|---|
protected |
Mark() |
Modifier and Type | Method and 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