Package org.bson.io
Interface BsonInputMark
-
public interface BsonInputMark
Represents a bookmark that can be used to reset aBsonInput
to 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 Modifier and Type Method Description void
reset()
Reset theBsonInput
to its state at the time the mark was created.
-
-
-
Method Detail
-
reset
void reset()
Reset theBsonInput
to its state at the time the mark was created.
-
-