Package org.bson

Class BsonBinaryWriter.Mark

    • Constructor Detail

      • Mark

        protected Mark​()
        Creates a new instance storing the current position of the BsonOutput.
    • Method Detail

      • reset

        protected void reset​()
        Description copied from class: AbstractBsonWriter.Mark
        Resets the AbstractBsonWriter instance that contains this Mark to the state the writer was in when the Mark was created.
        Overrides:
        reset in class AbstractBsonWriter.Mark