zip package.See: Description
| Class | Description |
|---|---|
| BestAndDefaultDeflateExecutorCompressor |
Compressor that tries both the best and default compression algorithms and picks the default
unless the best is at least a given percentage smaller.
|
| DeflateExecutionCompressor |
Compressor that uses deflate with an executor.
|
| ExecutorCompressor |
A synchronous compressor is a compressor that computes the result of compression immediately and
never returns an uncomputed future object.
|
| Exception | Description |
|---|---|
| Zip64NotSupportedException |
Exception raised by ZFile when encountering unsupported Zip64 format jar files.
|
zip package.