public class BinaryDataEncoding extends Object
Modifier and Type | Field and Description |
---|---|
static Set<CS> |
ALL_VALUES
All values defined by this class.
|
static CS |
B64
indicates that the BIN data has been base64-encoded and must be decoded
in order to recover the original data.
|
static CS |
TXT
indicates that the character data of the BIN is to be interpreted
directly as characters.
|
Constructor and Description |
---|
BinaryDataEncoding() |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved