Package org.bson

Class BsonBinaryWriter.Mark

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Mark()
      Creates a new instance storing the current position of the BsonOutput.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • 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