@Deprecated public class LazyWriteableDBCallback extends LazyDBCallback
| Constructor and Description |
|---|
LazyWriteableDBCallback(DBCollection collection)
Deprecated.
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject(byte[] data,
int offset)
Deprecated.
Create a
LazyBSONObject instance from the given bytes starting from the given offset. |
createArray, createDBRefget, gotBinary, reset, setRootObjectarrayDone, arrayStart, arrayStart, createBSONCallback, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectDone, objectStart, objectStart, objectStartclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarrayDone, arrayStart, arrayStart, createBSONCallback, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectDone, objectStart, objectStart, objectStart, resetpublic LazyWriteableDBCallback(DBCollection collection)
collection - the collection containing the documents to be decodedpublic Object createObject(byte[] data, int offset)
LazyBSONCallbackLazyBSONObject instance from the given bytes starting from the given offset.createObject in class LazyDBCallbackdata - the raw BSON bytesoffset - the offset into the bytes