| Package | Description |
|---|---|
| org.smallmind.nutsnbolts.json |
| Modifier and Type | Method and Description |
|---|---|
Encoding |
BinaryData.getEncoding() |
static Encoding |
Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Encoding[] |
Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryData.setEncoding(Encoding encoding) |
| Constructor and Description |
|---|
BinaryData(Encoding encoding,
byte[] bytes) |
BinaryData(Encoding encoding,
Encryption encryption,
Key key,
String original) |
BinaryData(String contentType,
Encoding encoding,
byte[] bytes) |
BinaryData(String contentType,
Encoding encoding,
Encryption encryption,
Key key,
String original) |
Copyright © 2020. All rights reserved.