protected class BsonBinaryWriter.Mark extends AbstractBsonWriter.Mark
| Modifier | Constructor | Description |
|---|---|---|
protected |
Mark() |
Creates a new instance storing the current position of the
BsonOutput. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
reset() |
Resets the
AbstractBsonWriter instance that contains this Mark to the state the writer was in when the Mark was
created. |
protected Mark()
BsonOutput.protected void reset()
AbstractBsonWriter.MarkAbstractBsonWriter instance that contains this Mark to the state the writer was in when the Mark was
created.reset in class AbstractBsonWriter.Mark