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