public class NewBSONDecoder extends Object implements BSONDecoder
| 构造器和说明 |
|---|
NewBSONDecoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
decode(byte[] pData,
BSONCallback pCallback) |
int |
decode(InputStream pIn,
BSONCallback pCallback) |
BSONObject |
readObject(byte[] pData) |
BSONObject |
readObject(InputStream pIn) |
public BSONObject readObject(byte[] pData)
readObject 在接口中 BSONDecoderpublic BSONObject readObject(InputStream pIn) throws IOException
readObject 在接口中 BSONDecoderIOExceptionpublic int decode(byte[] pData,
BSONCallback pCallback)
decode 在接口中 BSONDecoderpublic int decode(InputStream pIn, BSONCallback pCallback) throws IOException
decode 在接口中 BSONDecoderIOExceptionCopyright © 2015. All Rights Reserved.