Package org.apache.commons.codec
A small set of interfaces used by
the various implementations in the sub-packages.
| BinaryDecoder | Defines common decoding methods for byte array decoders. |
| BinaryEncoder | Defines common encoding methods for byte array encoders. |
| Decoder | Provides the highest level of abstraction for Decoders. |
| Encoder | Provides the highest level of abstraction for Encoders. |
| StringDecoder | Decodes a String into a String. |
| StringEncoder | Encodes a String into a String. |
| DecoderException | Thrown when a Decoder has encountered a failure condition during a decode. |
| EncoderException | Thrown when there is a failure condition during the encoding process. |
| StringEncoderComparator | Strings are comparable, and this comparator allows
you to configure it with an instance of a class
which implements StringEncoder. |
A small set of interfaces used by
the various implementations in the sub-packages.
Definitive implementations of commonly used encoders and decoders.
Codec is currently comprised of a modest set of utilities and a
simple framework for String encoding and decoding in three categories:
Binary Encoders, Language Encoders, and Network Encoders.
Codec contains a number of commonly used language and phonetic
encoders
Codec contains network related encoders
commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation