Package guarana.toolkit.task.streamdealers.compressors

Provides a set of supported and already implemented compressors.

See:
          Description

Interface Summary
ICompressor The interface every compressor must implement.
 

Class Summary
Compressor An abstract compressor.
GZipCompressor A GZip compressor implementation.
Unzipper Uncompress an inbound message body compressed with an specific compressor.
ZipCompressor A Zip compressor implementation.
Zipper Compacts an inbound message body according to an specific compressor.
ZLIBCompressor A ZLib compressor implementation.
 

Exception Summary
CompressorException An exception class for compressors.
 

Package guarana.toolkit.task.streamdealers.compressors Description

Provides a set of supported and already implemented compressors. This package also provides the ICompressor interface which can be used to created your own compressor.

Since:
Guaranį SDK 1.0.0
See Also:
ICompressor


Guaranį DSL Home