public class ZstdCompressor extends Compressor
Constructor and Description |
---|
ZstdCompressor() |
Modifier and Type | Method and 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.
|
void |
setLevel(Integer level) |
compress, getDestFile, getLogger, getSource, setDestFile, setSource
public void setLevel(Integer level)
public void compress() throws ArchiverException
Compressor
compress
in class Compressor
ArchiverException
public void close()
Compressor
close
in class Compressor
Copyright © 2001–2022 Codehaus Plexus. All rights reserved.