|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bson.LazyBSONDecoder
com.mongodb.LazyDBDecoder
public class LazyDBDecoder
Field Summary | |
---|---|
static DBDecoderFactory |
FACTORY
|
Constructor Summary | |
---|---|
LazyDBDecoder()
|
Method Summary | |
---|---|
DBObject |
decode(byte[] b,
DBCollection collection)
|
DBObject |
decode(java.io.InputStream in,
DBCollection collection)
|
DBCallback |
getDBCallback(DBCollection collection)
|
Methods inherited from class org.bson.LazyBSONDecoder |
---|
decode, decode, readObject, readObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.bson.BSONDecoder |
---|
decode, decode, readObject, readObject |
Field Detail |
---|
public static DBDecoderFactory FACTORY
Constructor Detail |
---|
public LazyDBDecoder()
Method Detail |
---|
public DBCallback getDBCallback(DBCollection collection)
getDBCallback
in interface DBDecoder
public DBObject decode(byte[] b, DBCollection collection)
decode
in interface DBDecoder
public DBObject decode(java.io.InputStream in, DBCollection collection) throws java.io.IOException
decode
in interface DBDecoder
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |