Uses of Enum
org.apache.commons.codec.binary.Base64.DecodeTableFormat
Packages that use Base64.DecodeTableFormat
Package
Description
Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding.
-
Uses of Base64.DecodeTableFormat in org.apache.commons.codec.binary
Subclasses with type arguments of type Base64.DecodeTableFormat in org.apache.commons.codec.binaryModifier and TypeClassDescriptionstatic enumDefines the Base64 table format to be used on decoding.Methods in org.apache.commons.codec.binary that return Base64.DecodeTableFormatModifier and TypeMethodDescriptionstatic Base64.DecodeTableFormatReturns 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.DecodeTableFormatModifier and TypeMethodDescriptionBase64.Builder.setDecodeTableFormat(Base64.DecodeTableFormat format) Sets the format of the decoding table.