| Package | Description |
|---|---|
| com.mongodb | |
| org.bson |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDBCallback
A
BSONCallback for the creation of LazyDBObject and LazyDBList instances. |
| Constructor and Description |
|---|
LazyDBList(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyDBList(byte[] bytes,
LazyBSONCallback callback)
Construct an instance with the given raw bytes and offset.
|
LazyDBObject(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance.
|
LazyDBObject(byte[] bytes,
LazyBSONCallback callback)
Construct an instance.
|
| Constructor and Description |
|---|
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(byte[] bytes,
int offset,
LazyBSONCallback callback)
Construct an instance.
|
LazyBSONObject(byte[] bytes,
LazyBSONCallback callback)
Construct an instance.
|
Copyright © 2017. All rights reserved.