Package org.bson.io
Interface BsonInputMark
-
@Deprecated(since="2022-10-31") public interface BsonInputMarkDeprecated.Usage of this API is not supported in AEM as a Cloud Service.Represents a bookmark that can be used to reset aBsonInputto its state at the time the mark was created.- Since:
- 3.7
- See Also:
BsonInput.getMark(int)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidreset()Deprecated.Reset theBsonInputto its state at the time the mark was created.
-
-
-
Method Detail
-
reset
void reset()
Deprecated.Reset theBsonInputto its state at the time the mark was created.
-
-