Uses of Package
org.apache.commons.codec

Packages that use org.apache.commons.codec
org.apache.commons.codec   
org.apache.commons.codec.binary   
org.apache.commons.codec.language   
 

Classes in org.apache.commons.codec used by org.apache.commons.codec
Decoder
          Forms one of the two interfaces at the center of the codec package.
DecoderException
          The DecoderException is thrown when a Decoder has encounter a failure condition during a decode.
Encoder
          Encoder is the sister interface of Decoder, it provides the highest level of abstraction for Encoders.
EncoderException
          An EncoderException is thrown when there is a failure condition during the encoding process.
StringEncoder
          A StringEncoder is an encoder which expects a String as a method parameter and one that produces a String as the output of the Encoding process.
 

Classes in org.apache.commons.codec used by org.apache.commons.codec.binary
BinaryDecoder
          This interface defines common decoding methods for decoders which decode byte arrays.
BinaryEncoder
          A binary encoder contains methods common to all encoders for binary data.
Decoder
          Forms one of the two interfaces at the center of the codec package.
DecoderException
          The DecoderException is thrown when a Decoder has encounter a failure condition during a decode.
Encoder
          Encoder is the sister interface of Decoder, it provides the highest level of abstraction for Encoders.
EncoderException
          An EncoderException is thrown when there is a failure condition during the encoding process.
 

Classes in org.apache.commons.codec used by org.apache.commons.codec.language
Encoder
          Encoder is the sister interface of Decoder, it provides the highest level of abstraction for Encoders.
EncoderException
          An EncoderException is thrown when there is a failure condition during the encoding process.
StringEncoder
          A StringEncoder is an encoder which expects a String as a method parameter and one that produces a String as the output of the Encoding process.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.