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.
|
Constructor and Description |
---|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
LazyDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk)
Deprecated.
|
LazyWriteableDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
LazyWriteableDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected BSONByteBuffer |
LazyBSONObject._input
Deprecated.
Please use
LazyBSONObject.getBytes() to access underlying bytes. |
Constructor and Description |
---|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
use
LazyDBList.LazyDBList(byte[], LazyBSONCallback) instead |
Modifier and Type | Method and Description |
---|---|
static BSONByteBuffer |
BSONByteBuffer.wrap(byte[] bytes)
Deprecated.
|
static BSONByteBuffer |
BSONByteBuffer.wrap(byte[] bytes,
int offset,
int length)
Deprecated.
|