public interface DBDecoder extends BSONDecoder
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, readObject
DBCallback getDBCallback(DBCollection collection)
DBObject decode(byte[] b, DBCollection collection)
DBObject decode(InputStream in, DBCollection collection) throws IOException
IOException