| Modifier and Type | Field and Description |
|---|---|
static byte |
BINARY
Deprecated.
Use
GENERAL instead |
static byte |
FUNCTION
The binary subtype that represents functions.
|
static byte |
GENERAL
The most common binary subtype, and the one should be used as the default.
|
static byte |
MD5 |
static byte |
USER_DEFINED |
static byte |
UUID |
| Constructor and Description |
|---|
Bson.BinaryType() |
public static final byte GENERAL
public static final byte FUNCTION
@Deprecated public static final byte BINARY
GENERAL insteadGENERAL. Drivers
and tools should be sure to handle this type appropriately.public static final byte UUID
public static final byte MD5
public static final byte USER_DEFINED
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.