saker.jar Documentation TaskDoc JavaDoc Packages
Configures the compression to be used. Accepts one of the compression methods, STORED (for uncompressed data) or DEFLATE (for compressed). The option also accepts string with the format DEFLATED:<L> where <L> is the compression level. Passing a single integer as compression level (implying DEFLATED) is also supported. Extended configuration using the Method and Level fields are also possible.
Summary
Fields
LevelSpecifies the compression level (for DEFLATED compression).
MethodSpecifies the compression method.
Fields
Specifies the compression level (for DEFLATED compression).
Specifies the compression method.