Package | Description |
---|---|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
org.bson.io |
Contains classes implementing I/O operations used by BSON objects.
|
Modifier and Type | Field and Description |
---|---|
protected OutputBuffer |
BasicBSONEncoder._buf |
Modifier and Type | Method and Description |
---|---|
void |
BSONEncoder.set(OutputBuffer out) |
void |
BasicBSONEncoder.set(OutputBuffer out) |
Modifier and Type | Class and Description |
---|---|
class |
BasicOutputBuffer |
class |
PoolOutputBuffer |