public class NewBSONDecoder extends Object implements BSONDecoder
构造器和说明 |
---|
NewBSONDecoder() |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 BSONDecoder
public int decode(byte[] b, int offset, BSONCallback callback)
decode
在接口中 BSONDecoder
public int decode(InputStream pIn, BSONCallback pCallback) throws IOException
decode
在接口中 BSONDecoder
IOException
public BSONObject readObject(byte[] pData)
readObject
在接口中 BSONDecoder
public BSONObject readObject(byte[] b, int offset)
readObject
在接口中 BSONDecoder
public BSONObject readObject(InputStream pIn) throws IOException
readObject
在接口中 BSONDecoder
IOException
Copyright © 2018. All rights reserved.