Enum Base64.DecodeTableFormat

java.lang.Object
java.lang.Enum<Base64.DecodeTableFormat>
org.apache.commons.codec.binary.Base64.DecodeTableFormat
All Implemented Interfaces:
Serializable, Comparable<Base64.DecodeTableFormat>
Enclosing class:
Base64

Defines the Base64 table format to be used on decoding.

By default, the method uses MIXED approach, allowing a seamless handling of both URL_SAFE and STANDARD base64 options.

Since:
1.21