public interface BSONDecoder
Modifier and Type | Method and Description |
---|---|
int |
decode(byte[] b,
BSONCallback callback) |
int |
decode(InputStream in,
BSONCallback callback) |
BSONObject |
readObject(byte[] b) |
BSONObject |
readObject(InputStream in) |
BSONObject readObject(byte[] b)
BSONObject readObject(InputStream in) throws IOException
IOException
int decode(byte[] b, BSONCallback callback)
int decode(InputStream in, BSONCallback callback) throws IOException
IOException