@Deprecated public class NewBSONDecoder extends Object implements BSONDecoder
| Constructor and Description |
|---|
NewBSONDecoder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
decode(byte[] pData,
BSONCallback pCallback)
Deprecated.
|
int |
decode(InputStream pIn,
BSONCallback pCallback)
Deprecated.
|
BSONObject |
readObject(byte[] pData)
Deprecated.
|
BSONObject |
readObject(InputStream pIn)
Deprecated.
|
public BSONObject readObject(byte[] pData)
readObject in interface BSONDecoderpublic BSONObject readObject(InputStream pIn) throws IOException
readObject in interface BSONDecoderIOExceptionpublic int decode(byte[] pData,
BSONCallback pCallback)
decode in interface BSONDecoderpublic int decode(InputStream pIn, BSONCallback pCallback) throws IOException
decode in interface BSONDecoderIOException