protected class BsonDocumentReader.Mark extends AbstractBsonReader.Mark
| Modifier and Type | Field and Description |
|---|---|
private BsonDocumentReader.Context |
context |
private BsonValue |
currentValue |
| Modifier | Constructor and Description |
|---|---|
protected |
Mark() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Reset the
BsonReader to its state at the time the mark was created. |
getContextType, getParentContextprivate final BsonValue currentValue
private final BsonDocumentReader.Context context
public void reset()
BsonReaderMarkBsonReader to its state at the time the mark was created.reset in interface BsonReaderMarkreset in class AbstractBsonReader.Mark