Package | Description |
---|---|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
Modifier and Type | Field and Description |
---|---|
protected LazyBSONCallback |
LazyBSONObject._callback
Deprecated.
This field is NOT a part of public API and will be dropped in 3.x versions.
|
Constructor and Description |
---|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
KeyCachingLazyBSONObject(byte[] data,
int offset,
LazyBSONCallback cbk)
Deprecated.
|
KeyCachingLazyBSONObject(byte[] data,
LazyBSONCallback cbk)
Deprecated.
|
LazyBSONList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONList(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyBSONList(byte[] bytes,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyBSONObject(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONObject(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
|
LazyBSONObject(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance.
|
LazyBSONObject(byte[] bytes,
LazyBSONCallback callback)
Construct an instance.
|
LazyDBList(BSONByteBuffer buffer,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(BSONByteBuffer buffer,
LazyBSONCallback callback)
Deprecated.
use
LazyDBList.LazyDBList(byte[], LazyBSONCallback) instead |
LazyDBList(byte[] data,
int offset,
LazyBSONCallback callback)
Deprecated.
|
LazyDBList(byte[] data,
LazyBSONCallback callback)
Deprecated.
|