public class NewBSONDecoder extends Object implements BSONDecoder
| Constructor and Description |
|---|
NewBSONDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(byte[] b,
BSONCallback callback) |
int |
decode(byte[] b,
int offset,
BSONCallback callback) |
int |
decode(InputStream pIn,
BSONCallback pCallback) |
BSONObject |
readObject(byte[] pData) |
BSONObject |
readObject(byte[] b,
int offset) |
BSONObject |
readObject(InputStream pIn) |
public int decode(byte[] b,
BSONCallback callback)
decode in interface BSONDecoderpublic int decode(byte[] b,
int offset,
BSONCallback callback)
decode in interface BSONDecoderpublic int decode(InputStream pIn, BSONCallback pCallback) throws IOException
decode in interface BSONDecoderIOExceptionpublic BSONObject readObject(byte[] pData)
readObject in interface BSONDecoderpublic BSONObject readObject(byte[] b, int offset)
readObject in interface BSONDecoderpublic BSONObject readObject(InputStream pIn) throws IOException
readObject in interface BSONDecoderIOExceptionCopyright © 2023. All rights reserved.