com.mongodb
Interface DBDecoder

All Superinterfaces:
BSONDecoder
All Known Implementing Classes:
DefaultDBDecoder, LazyDBDecoder, LazyWriteableDBDecoder

public interface DBDecoder
extends BSONDecoder


Method Summary
 DBObject decode(byte[] b, DBCollection collection)
           
 DBObject decode(InputStream in, DBCollection collection)
           
 DBCallback getDBCallback(DBCollection collection)
           
 
Methods inherited from interface org.bson.BSONDecoder
decode, decode, readObject, readObject
 

Method Detail

getDBCallback

DBCallback getDBCallback(DBCollection collection)

decode

DBObject decode(byte[] b,
                DBCollection collection)

decode

DBObject decode(InputStream in,
                DBCollection collection)
                throws IOException
Throws:
IOException