Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
org.bson.io |
This package contains I/O utilities
|
Modifier and Type | Method and Description |
---|---|
BsonInput |
BsonBinaryReader.getBsonInput()
Gets the BSON input backing this instance.
|
Constructor and Description |
---|
BsonBinaryReader(BsonInput bsonInput)
Construct an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferBsonInput
An implementation of
BsonInput that is backed by a ByteBuf . |
Copyright © 2016. All Rights Reserved.