Package org.bson.io

Interface BsonInputMark


public interface BsonInputMark
Represents a bookmark that can be used to reset a BsonInput to its state at the time the mark was created.
Since:
3.7
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reset the BsonInput to its state at the time the mark was created.
  • Method Details

    • reset

      void reset()
      Reset the BsonInput to its state at the time the mark was created.