Package org.bson

Interface BsonReaderMark

All Known Implementing Classes:
AbstractBsonReader.Mark, BsonBinaryReader.Mark, BsonDocumentReader.Mark, JsonReader.Mark

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

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

    • reset

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