public class LazyDBDecoder extends LazyBSONDecoder implements DBDecoder
Modifier and Type | Field and Description |
---|---|
static DBDecoderFactory |
FACTORY |
Constructor and Description |
---|
LazyDBDecoder() |
Modifier and Type | Method and Description |
---|---|
DBObject |
decode(byte[] b,
DBCollection collection) |
DBObject |
decode(InputStream in,
DBCollection collection) |
DBCallback |
getDBCallback(DBCollection collection) |
decode, decode, readObject, readObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode, decode, readObject, readObject
public static DBDecoderFactory FACTORY
public DBCallback getDBCallback(DBCollection collection)
getDBCallback
in interface DBDecoder
public DBObject decode(byte[] b, DBCollection collection)
public DBObject decode(InputStream in, DBCollection collection) throws IOException
decode
in interface DBDecoder
IOException