com.mongodb
Class LazyDBDecoder
java.lang.Object
org.bson.LazyBSONDecoder
com.mongodb.LazyDBDecoder
- All Implemented Interfaces:
- DBDecoder, BSONDecoder
- Direct Known Subclasses:
- LazyWriteableDBDecoder
public class LazyDBDecoder
- extends LazyBSONDecoder
- implements DBDecoder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY
public static DBDecoderFactory FACTORY
LazyDBDecoder
public LazyDBDecoder()
getDBCallback
public DBCallback getDBCallback(DBCollection collection)
- Specified by:
getDBCallback
in interface DBDecoder
decode
public DBObject decode(byte[] b,
DBCollection collection)
- Specified by:
decode
in interface DBDecoder
decode
public DBObject decode(InputStream in,
DBCollection collection)
throws IOException
- Specified by:
decode
in interface DBDecoder
- Throws:
IOException