Package guarana.toolkit.task.streamdealers.codecs

Provides a set of supported and already implemented codecs.

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.
 

Package guarana.toolkit.task.streamdealers.codecs Description

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.

Since:
Guaranį SDK 1.0.0
See Also:
ICodec


Guaranį DSL Home