Uses of Interface
org.bson.io.BsonInputMark
-
Packages that use BsonInputMark Package Description org.bson.io Contains classes implementing I/O operations used by BSON objects. -
-
Uses of BsonInputMark in org.bson.io
Methods in org.bson.io that return BsonInputMark Modifier and Type Method Description BsonInputMark
BsonInput. getMark(int readLimit)
Gets a mark for the current position in the stream.BsonInputMark
ByteBufferBsonInput. getMark(int readLimit)
-