Package org.bson
Class BsonBinaryWriter.Mark
- java.lang.Object
-
- org.bson.AbstractBsonWriter.Mark
-
- org.bson.BsonBinaryWriter.Mark
-
- Enclosing class:
- BsonBinaryWriter
protected class BsonBinaryWriter.Mark extends AbstractBsonWriter.Mark
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMark()Creates a new instance storing the current position of theBsonOutput.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreset()Resets theAbstractBsonWriterinstance that contains thisMarkto the state the writer was in when the Mark was created.
-
-
-
Constructor Detail
-
Mark
protected Mark()
Creates a new instance storing the current position of theBsonOutput.
-
-
Method Detail
-
reset
protected void reset()
Description copied from class:AbstractBsonWriter.MarkResets theAbstractBsonWriterinstance that contains thisMarkto the state the writer was in when the Mark was created.- Overrides:
resetin classAbstractBsonWriter.Mark
-
-