Uses of Interface
ca.cgjennings.algo.compression.Compressor
-
Packages that use Compressor Package Description ca.cgjennings.algo.compression ca.cgjennings.apps.arkham.plugins.catalog -
-
Uses of Compressor in ca.cgjennings.algo.compression
Classes in ca.cgjennings.algo.compression that implement Compressor Modifier and Type Class Description class
AbstractCompressor
An abstract base class forCompressor
implementations.class
BZip2Compressor
ACompressor
that implements the BZip2 compression algorithm.class
DeflateCompressor
ACompressor
that implements the deflate compression algorithm; this is equivalent to GZIP but without the header and footer.class
GZIPCompressor
ACompressor
that implements GZIP compression; this is the deflate compression algorithm with the header and footer expected by GZIP tools.class
LZMACompressor
ACompressor
that writes a stream of LZMA2 compressed data.Methods in ca.cgjennings.algo.compression that return Compressor Modifier and Type Method Description Compressor
CompressorFactory. getCompressor()
Returns aCompressor
for this algorithm. -
Uses of Compressor in ca.cgjennings.apps.arkham.plugins.catalog
Methods in ca.cgjennings.apps.arkham.plugins.catalog that return Compressor Modifier and Type Method Description Compressor
PluginBundlePublisher.CompressionMethod. createCompressor()
Create a compressor/decompressor for this compression type.
-