Many software projects have a need to use various formats of data, and to be able to switch between various formats. The codec package seeks to encapsulate some of the most popular encode/decode algorithms in one easy to use, well tested package. A base64 codec is the first candidate, with others to follow soon.
This proposal is to create a package of Java utility classes for the encoding/decoding of various types of data. A base64 codec will be the first implementation.
Codec relies only on standard JDK 1.2 (or later) APIs for production deployment. It utilizes the JUnit unit testing framework for developing and executing unit tests, but this is of interest only to developers of the component. Codec will be a dependency for several existing components in the open source world.
No external configuration files are utilized.
The original Java classes (Base64
, etc.) are splashed around
various Apache subprojects. We intend to seek them out and integrate them.
The proposed package name for the new component is
org.apache.commons.codec
.
codec
in the
jakarta-commons
CVS repository.
The initial committers on the Codec component shall be as follows: