|
| | Binary (byte[] data) |
| |
| | Binary (byte type, byte[] data) |
| |
|
byte | getType () |
| |
|
byte[] | getData () |
| |
|
int | length () |
| |
| org.bson.types.Binary.Binary |
( |
byte[] |
data | ) |
|
|
inline |
Creates a Binary object with the default binary type of 0
- Parameters
-
| org.bson.types.Binary.Binary |
( |
byte |
type, |
|
|
byte[] |
data |
|
) |
| |
|
inline |
Creates a Binary object
- Parameters
-
| type | type of the field as encoded in BSON |
| data | raw data |
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/compile_db_x86_branch_2.6/sequoiadb/driver/java/src/main/java/org/bson/types/Binary.java