public static enum Base85.Version extends Enum<Base85.Version>
| Enum Constant and Description |
|---|
ADOBE_PADDING_COMPRESSION_VERSION |
ADOBE_VERSION |
SOLACE_TOPIC_SAFE_VERSION |
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowPadding |
boolean |
compressZero |
String |
encodeCharacters |
| Modifier and Type | Method and Description |
|---|---|
static Base85.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Base85.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Base85.Version ADOBE_PADDING_COMPRESSION_VERSION
public static final Base85.Version ADOBE_VERSION
public static final Base85.Version SOLACE_TOPIC_SAFE_VERSION
public String encodeCharacters
public boolean allowPadding
public boolean compressZero
public static Base85.Version[] values()
for (Base85.Version c : Base85.Version.values()) System.out.println(c);
public static Base85.Version valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright 2004-2020 Solace Corporation. All rights reserved.