com.mongodb
Class LazyDBCallback

java.lang.Object
  extended by org.bson.LazyBSONCallback
      extended by com.mongodb.LazyDBCallback
All Implemented Interfaces:
DBCallback, BSONCallback

public class LazyDBCallback
extends LazyBSONCallback
implements DBCallback


Constructor Summary
LazyDBCallback()
           
 
Method Summary
 Object createObject(byte[] data, int offset)
           
 
Methods inherited from class org.bson.LazyBSONCallback
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, setRootObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bson.BSONCallback
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
 

Constructor Detail

LazyDBCallback

public LazyDBCallback()
Method Detail

createObject

public Object createObject(byte[] data,
                           int offset)
Overrides:
createObject in class LazyBSONCallback