Uses of Class
ca.cgjennings.algo.compression.AbstractCompressor
-
Packages that use AbstractCompressor Package Description ca.cgjennings.algo.compression -
-
Uses of AbstractCompressor in ca.cgjennings.algo.compression
Subclasses of AbstractCompressor in ca.cgjennings.algo.compression Modifier and Type Class Description 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.
-