This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.3.
See: Description
Packages | |
---|---|
org.apache.commons.codec |
A small set of interfaces 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. |
org.apache.commons.codec.binary | Base64, Binary, and Hexadecimal String encoding and decoding. |
org.apache.commons.codec.digest |
Operations to simplifiy common MessageDigest tasks. |
org.apache.commons.codec.language | Language and phonetic encoders. |
org.apache.commons.codec.net |
Network related encoding and decoding. |
This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.3.
This library requires a JRE version of 1.2.2 or greater. The hypertext links originating from this document point to Sun's version 1.3 API as the 1.2.2 API documentation is no longer on-line.