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
-
Method Details
-
reset
void reset()Reset theBsonInput
to its state at the time the mark was created.
-