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, readObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, decode, readObject, readObjectpublic static DBDecoderFactory FACTORY
public DBCallback getDBCallback(DBCollection collection)
getDBCallback in interface DBDecoderpublic DBObject decode(byte[] b, DBCollection collection)
public DBObject decode(InputStream in, DBCollection collection) throws IOException
decode in interface DBDecoderIOException