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:
    BsonInput.getMark(int)
    • Method Detail

      • reset

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