public class LazyBSONDecoder extends Object implements BSONDecoder
| Constructor and Description |
|---|
LazyBSONDecoder() |
| 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) |
public BSONObject readObject(byte[] b)
readObject in interface BSONDecoderpublic BSONObject readObject(InputStream in) throws IOException
readObject in interface BSONDecoderIOExceptionpublic int decode(byte[] b,
BSONCallback callback)
decode in interface BSONDecoderpublic int decode(InputStream in, BSONCallback callback) throws IOException
decode in interface BSONDecoderIOException