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. |