Package | Description |
---|---|
com.allanbank.mongodb.bson.element | |
com.allanbank.mongodb.bson.io |
Provides the ability to serialize and deserialize BSON
Document s. |
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
com.allanbank.mongodb.client.message |
Low level messages to be sent to the MongoDB server.
|
Class and Description |
---|
BsonInputStream
BsonInputStream provides a class to read BSON documents based on the
BSON specification. |
Class and Description |
---|
RandomAccessOutputStream
Provides a capability similar to the ByteArrayOutputStream but also
provides the ability to re-write portions of the stream already written and
to determine the current size (or position) of the written data.
|
SizeOfVisitor.CachedSizeNode
CachedSizeNode provides a node in a singly linked list that forms the
cache for the sizes of lists of elements.
|
StringDecoder.Node
Node provides a single node in the trie.
|
StringEncoder
StringEncoder provides a single location for the string encoding and sizing
logic.
|
Class and Description |
---|
BsonOutputStream
A wrapper for an
OutputStream to handle writing BSON primitives. |
BufferingBsonOutputStream
BufferingBsonOutputStream provides a class to write BSON documents
based on the BSON specification. |
SizeOfVisitor
A visitor to determine the size of the documents it visits.
|
Class and Description |
---|
BsonInputStream
BsonInputStream provides a class to read BSON documents based on the
BSON specification. |
BufferingBsonOutputStream
BufferingBsonOutputStream provides a class to write BSON documents
based on the BSON specification. |
RandomAccessOutputStream
Provides a capability similar to the ByteArrayOutputStream but also
provides the ability to re-write portions of the stream already written and
to determine the current size (or position) of the written data.
|
Class and Description |
---|
BsonInputStream
BsonInputStream provides a class to read BSON documents based on the
BSON specification. |
BsonOutputStream
A wrapper for an
OutputStream to handle writing BSON primitives. |
BufferingBsonOutputStream
BufferingBsonOutputStream provides a class to write BSON documents
based on the BSON specification. |
SizeOfVisitor
A visitor to determine the size of the documents it visits.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.