Library:Apache Jakarta Commons Codec
Version:1.3
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons Codec.
NamePackageDescription
Base64org.apache.commons.codec.binaryProvides Base64 encoding and decoding as defined by RFC 2045.
BCodecorg.apache.commons.codec.net

Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.

BinaryCodecorg.apache.commons.codec.binaryTranslates between byte arrays and strings of "0"s and "1"s.
DigestUtilsorg.apache.commons.codec.digestOperations to simplifiy common MessageDigest tasks.
DoubleMetaphoneorg.apache.commons.codec.languageEncodes a string into a double metaphone value.
DoubleMetaphone.DoubleMetaphoneResultorg.apache.commons.codec.languageInner class for storing results, since there is the optional alternate encoding.
Hexorg.apache.commons.codec.binaryHex encoder and decoder.
Metaphoneorg.apache.commons.codec.languageEncodes a string into a metaphone value.
QCodecorg.apache.commons.codec.net

Similar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.

QuotedPrintableCodecorg.apache.commons.codec.net

Codec for the Quoted-Printable section of RFC 1521 .

RefinedSoundexorg.apache.commons.codec.languageEncodes a string into a Refined Soundex value.
Soundexorg.apache.commons.codec.languageEncodes a string into a Soundex value.
StringEncoderComparatororg.apache.commons.codecStrings are comparable, and this comparator allows you to configure it with an instance of a class which implements StringEncoder.
URLCodecorg.apache.commons.codec.net

Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.

Search