public class LazyDBCallback extends LazyBSONCallback implements DBCallback
Constructor and Description |
---|
LazyDBCallback(DBCollection coll) |
Modifier and Type | Method and Description |
---|---|
List |
createArray(byte[] data,
int offset) |
Object |
createDBRef(String ns,
ObjectId id) |
Object |
createObject(byte[] data,
int offset) |
get, gotBinary, objectDone, objectStart, objectStart, objectStart, reset, setRootObject
arrayDone, arrayStart, arrayStart, createBSONCallback, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
arrayDone, 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, reset
public LazyDBCallback(DBCollection coll)
public Object createObject(byte[] data, int offset)
createObject
in class LazyBSONCallback
public List createArray(byte[] data, int offset)
createArray
in class LazyBSONCallback
public Object createDBRef(String ns, ObjectId id)
createDBRef
in class LazyBSONCallback