Uses of Class
org.apache.commons.codec.EncoderException
Package
Description
Interfaces and classes used by the various implementations in the sub-packages.
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
Language and phonetic encoders.
Implementation details of the Beider-Morse codec.
Network related encoding and decoding.
-
Uses of EncoderException in org.apache.commons.codec
Modifier and TypeMethodDescriptionbyte[]
BinaryEncoder.encode
(byte[] source) Encodes a byte array and return the encoded data as a byte array.Encodes an "Object" and returns the encoded content as an Object.Encodes a String and returns a String. -
Uses of EncoderException in org.apache.commons.codec.binary
Modifier and TypeMethodDescriptionEncodes an Object using the Base-N algorithm.Converts an array of raw binary data into an array of ASCII 0 and 1 chars.Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order. -
Uses of EncoderException in org.apache.commons.codec.language
Modifier and TypeMethodDescriptionint
RefinedSoundex.difference
(String s1, String s2) Returns the number of characters in the two encoded Strings that are the same.int
Soundex.difference
(String s1, String s2) Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.Encodes an Object using the caverphone algorithm.Deprecated.Encodes an Object using the caverphone algorithm.Encodes an Object using the Daitch-Mokotoff soundex algorithm without branching.Encode the value using DoubleMetaphone.final Object
Encodes an Object using the Match Rating Approach algorithm.Encodes an Object using the metaphone algorithm.Encodes an Object using the NYSIIS algorithm.Encodes an Object using the refined soundex algorithm.Encodes an Object using the soundex algorithm.boolean
AbstractCaverphone.isEncodeEqual
(String str1, String str2) Tests if the encodings of two strings are equal. -
Uses of EncoderException in org.apache.commons.codec.language.bm
-
Uses of EncoderException in org.apache.commons.codec.net
Modifier and TypeMethodDescriptionEncodes an object into its Base64 form using the default Charset.Encodes a string into its Base64 form using the default Charset.Encodes a string into its Base64 form using the specified Charset.Encodes a string into its Base64 form using the specified Charset.byte[]
PercentCodec.encode
(byte[] bytes) Percent-Encoding based on RFC 3986.Encodes an object into using the Percent-Encoding.Encodes an object into its quoted-printable form using the default Charset.Encodes a string into its quoted-printable form using the default Charset.Encodes a string into its quoted-printable form using the specified Charset.Encodes a string into its quoted-printable form using the specified Charset.Encodes an object into its quoted-printable safe form.Encodes a string into its quoted-printable form using the default string Charset.Encodes an object into its URL safe form.Encodes a string into its URL safe form using the default string charset.