Uses of Class
org.apache.commons.codec.binary.Base64.DecodeTableFormat
-
Packages that use Base64.DecodeTableFormat Package Description org.apache.commons.codec.binary Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding. -
-
Uses of Base64.DecodeTableFormat in org.apache.commons.codec.binary
Methods in org.apache.commons.codec.binary that return Base64.DecodeTableFormat Modifier and Type Method Description static Base64.DecodeTableFormatBase64.DecodeTableFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Base64.DecodeTableFormat[]Base64.DecodeTableFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.codec.binary with parameters of type Base64.DecodeTableFormat Modifier and Type Method Description Base64.BuilderBase64.Builder. setDecodeTableFormat(Base64.DecodeTableFormat format)Sets the format of the decoding table.
-