Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
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
|
Class and Description |
---|
OutputBuffer
An abstract base class for classes implementing
BsonOutput . |
Class and Description |
---|
BsonOutput
An output stream that is optimized for writing BSON values directly to the underlying stream.
|
OutputBuffer
An abstract base class for classes implementing
BsonOutput . |
Class and Description |
---|
BsonInput
An input stream that is optimized for reading BSON values directly from the underlying stream.
|
BsonOutput
An output stream that is optimized for writing BSON values directly to the underlying stream.
|
OutputBuffer
An abstract base class for classes implementing
BsonOutput . |
Class and Description |
---|
BsonInput
An input stream that is optimized for reading BSON values directly from the underlying stream.
|
BsonOutput
An output stream that is optimized for writing BSON values directly to the underlying stream.
|
OutputBuffer
An abstract base class for classes implementing
BsonOutput . |
Copyright © 2016. All Rights Reserved.