public interface BSONDecoder
Modifier and Type | Method and Description |
---|---|
int |
decode(byte[] b,
BSONCallback callback) |
int |
decode(byte[] b,
int offset,
BSONCallback callback) |
int |
decode(InputStream in,
BSONCallback callback) |
BSONObject |
readObject(byte[] b) |
BSONObject |
readObject(byte[] b,
int offset) |
BSONObject |
readObject(InputStream in) |
int decode(byte[] b, BSONCallback callback)
int decode(byte[] b, int offset, BSONCallback callback)
int decode(InputStream in, BSONCallback callback) throws IOException
IOException
BSONObject readObject(byte[] b)
BSONObject readObject(byte[] b, int offset)
BSONObject readObject(InputStream in) throws IOException
IOException
Copyright © 2023. All rights reserved.