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