Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
org.bson |
Contains the base BSON classes.
|
org.bson.io |
Contains classes implementing I/O operations used by BSON objects.
|
Constructor and Description |
---|
ReplyHeader(BsonInput header,
int maxMessageLength)
Creates a new
ReplyHeader , populated with values from the headerInputBuffer . |
Modifier and Type | Field and Description |
---|---|
private BsonInput |
BsonBinaryReader.bsonInput |
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 . |