Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
org.bson |
This package contains bson classes required for the driver
|
org.bson.io |
This package contains I/O utilities
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferBsonOutput
This class should not be considered as part of the public API, and it may change or be removed at any time.
|
Modifier and Type | Method and Description |
---|---|
BsonOutput |
BsonBinaryWriter.getBsonOutput()
Gets the BSON output backing this instance.
|
Constructor and Description |
---|
BsonBinaryWriter(BsonOutput bsonOutput)
Construct an instance.
|
BsonBinaryWriter(BsonOutput bsonOutput,
FieldNameValidator validator)
Construct an instance.
|
BsonBinaryWriter(BsonWriterSettings settings,
BsonBinaryWriterSettings binaryWriterSettings,
BsonOutput bsonOutput)
Construct an instance.
|
BsonBinaryWriter(BsonWriterSettings settings,
BsonBinaryWriterSettings binaryWriterSettings,
BsonOutput bsonOutput,
FieldNameValidator validator)
Construct an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicOutputBuffer
A BSON output stream that stores the output in a single, un-pooled byte array.
|
class |
OutputBuffer
An abstract base class for classes implementing
BsonOutput . |
Copyright © 2016. All Rights Reserved.