Library:Apache Jakarta Commons Codec
Version:1.3
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Codec.
NamePackageDescription
BinaryDecoderorg.apache.commons.codecDefines common decoding methods for byte array decoders.
BinaryEncoderorg.apache.commons.codecDefines common encoding methods for byte array encoders.
Decoderorg.apache.commons.codec

Provides the highest level of abstraction for Decoders.

Encoderorg.apache.commons.codec

Provides the highest level of abstraction for Encoders.

StringDecoderorg.apache.commons.codecDecodes a String into a String.
StringEncoderorg.apache.commons.codecEncodes a String into a String.
Search