Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
org.bson.io |
Contains classes implementing I/O operations used by BSON objects.
|
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 © 2017. All Rights Reserved.