| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
| org.bson.io |
Contains classes implementing I/O operations used by BSON objects.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.Position
Deprecated.
|
| UTF8Encoding |