|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompressor | |
---|---|
guarana.toolkit.task.streamdealers.compressors | Provides a set of supported and already implemented compressors. |
Uses of ICompressor in guarana.toolkit.task.streamdealers.compressors |
---|
Classes in guarana.toolkit.task.streamdealers.compressors that implement ICompressor | |
---|---|
class |
GZipCompressor
A GZip compressor implementation. |
class |
ZipCompressor
A Zip compressor implementation. |
class |
ZLIBCompressor
A ZLib compressor implementation. |
Constructors in guarana.toolkit.task.streamdealers.compressors with parameters of type ICompressor | |
---|---|
Unzipper(String name,
ICompressor compressor)
Constructs a new unzipper task. |
|
Unzipper(String name,
int numberOfInputs,
int numberOfOutputs,
ICompressor compressor)
Constructs a new unzipper task. |
|
Zipper(String name,
ICompressor compressor)
Constructs a new zipper task. |
|
Zipper(String name,
int numberOfInputs,
int numberOfOutputs,
ICompressor compressor)
Constructs a new zipper task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |