Uses of Interface
org.bson.io.BsonInput
-
Packages that use BsonInput Package Description org.bson Contains the base BSON classes.org.bson.io Contains classes implementing I/O operations used by BSON objects. -
-
Uses of BsonInput in org.bson
Methods in org.bson that return BsonInput Modifier and Type Method Description BsonInput
BsonBinaryReader. getBsonInput()
Gets the BSON input backing this instance.Constructors in org.bson with parameters of type BsonInput Constructor Description BsonBinaryReader(BsonInput bsonInput)
Construct an instance. -
Uses of BsonInput in org.bson.io
Classes in org.bson.io that implement BsonInput Modifier and Type Class Description class
ByteBufferBsonInput
An implementation ofBsonInput
that is backed by aByteBuf
.
-