Package org.bson.io

Interface BsonInputMark


  • @Deprecated(since="2022-10-31")
    public interface BsonInputMark
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    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()
        Deprecated.
        Reset the BsonInput to its state at the time the mark was created.