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) |
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback) |
LazyDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk) |
LazyDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk) |
LazyWriteableDBObject(BSONByteBuffer buff,
int offset,
LazyBSONCallback cbk) |
LazyWriteableDBObject(BSONByteBuffer buff,
LazyBSONCallback cbk) |
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) |
LazyBSONList(BSONByteBuffer buffer,
LazyBSONCallback callback) |
LazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback) |
LazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback) |
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BSONByteBuffer |
BSONByteBuffer.wrap(byte[] bytes) |
static BSONByteBuffer |
BSONByteBuffer.wrap(byte[] bytes,
int offset,
int length) |