Package | Description |
---|---|
net.sf.kdgcommons.codec |
Modifier and Type | Method and Description |
---|---|
static Base64Codec.Option |
Base64Codec.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Base64Codec.Option[] |
Base64Codec.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Base64Codec(Base64Codec.Option option)
Constructs an instance using standard parameters.
|