Package org.bson.io
Interface BsonInputMark
-
public interface BsonInputMarkRepresents 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 Modifier and Type Method Description voidreset()Reset theBsonInputto its state at the time the mark was created.
-
-
-
Method Detail
-
reset
void reset()
Reset theBsonInputto its state at the time the mark was created.
-
-