|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
ICompressor
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |