Package org.apache.commons.codec

Interface Summary
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.
Encoder Encoder is the sister interface of Decoder, it provides the highest level of abstraction for Encoders.
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.
 

Class Summary
StringEncoderComparator String are comparable, and this comparator allows you to configure it with an instance of a class which implements the StringEncoder.
 

Exception Summary
DecoderException The DecoderException is thrown when a Decoder has encounter a failure condition during a decode.
EncoderException An EncoderException is thrown when there is a failure condition during the encoding process.
 



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