All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.commons.codec.package.html Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 20041127.091804
Show newest version



  
  
  
    

Interfaces and classes used by the various implementations in the sub-packages.

Definitive implementations of commonly used encoders and decoders.

Codec is currently comprised of a modest set of utilities and a simple framework for String encoding and decoding in three categories: Binary Encoders, Language Encoders, and Network Encoders.

Binary Encoders

org.apache.commons.codec.binary.Base64 Provides Base64 content-transfer-encoding as defined in RFC 2045 Production
org.apache.commons.codec.binary.Hex Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order Production

Language Encoders

Codec contains a number of commonly used language and phonetic encoders

org.apache.commons.codec.language.Soundex Implementation of the Soundex algorithm. Production
org.apache.commons.codec.language.Metaphone Implementation of the Metaphone algorithm. Production

Network Encoders

Codec contains network related encoders

org.apache.commons.codec.net.URLCodec Implements the 'www-form-urlencoded' encoding scheme. Production





© 2015 - 2024 Weber Informatics LLC | Privacy Policy