public class XZCompressor extends Compressor
| Constructor | Description |
|---|---|
XZCompressor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
subclasses must implement this method to cleanup after compression
this is public so the process of compression and closing can be dealt with separately.
|
void |
compress() |
subclasses must implement this method to do their compression
this is public so the process of compression and closing can be dealt with separately.
|
enableLogging, getLogger, setupLogger, setupLogger, setupLoggercompress, getDestFile, getSource, setDestFile, setSourcepublic void compress()
throws ArchiverException
Compressorcompress in class CompressorArchiverExceptionpublic void close()
Compressorclose in class Compressor