|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.codecDecoder
|
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.binaryBinaryDecoder
|
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.languageEncoder
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |