See: Description
Class | Description |
---|---|
BasicOutputBuffer |
A BSON output stream that stores the output in a single, un-pooled byte array.
|
Bits |
Utility class for reading values from an input stream.
|
BSONByteBuffer | Deprecated
use a simple byte array array instead, all of the classes that take a
BSONByteBuffer also take a byte[] |
OutputBuffer |
An abstract base class for classes implementing
BsonOutput . |
PoolOutputBuffer | Deprecated
This class is NOT a part of public API and will be dropped in 3.x versions.
|
Contains classes implementing I/O operations used by BSON objects.