|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ICodec | The interface every codec must implement. |
Class Summary | |
---|---|
Base64Codec | A Base64 codec implementation. |
CharEncoding | Character encodings constants. |
Codec | An abstract codec. |
Decoder | Decodes an inbound message body from one format to another according to the codec used. |
Encoder | Encodes an inbound message body according to an specific codec. |
QuotedPrintableCodec | A Quoted printable codec implementation. |
URLCodec | An URL codec implementation. |
Exception Summary | |
---|---|
CodecException | An exception class for codecs. |
Provides a set of supported and already implemented codecs.
This package also provides the ICodec
interface which can be used to created your own codec.
ICodec
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |