public interface DBDecoder extends BSONDecoder
Modifier and Type | Method and Description |
---|---|
DBObject |
decode(byte[] b,
DBCollection collection) |
DBObject |
decode(java.io.InputStream in,
DBCollection collection) |
DBCallback |
getDBCallback(DBCollection collection) |
decode, decode, readObject, readObject
DBCallback getDBCallback(DBCollection collection)
DBObject decode(byte[] b, DBCollection collection)
DBObject decode(java.io.InputStream in, DBCollection collection) throws java.io.IOException
java.io.IOException