ZipMethod
enum ZipMethod
List of known compression methods Many of these methods are currently not supported by commons compress
Since
1.5
Entries
Link copied to clipboard
UnShrinking. dynamic Lempel-Ziv-Welch-Algorithm
Link copied to clipboard
Reduced with compression factor 1.
Link copied to clipboard
Reduced with compression factor 2.
Link copied to clipboard
Reduced with compression factor 3.
Link copied to clipboard
Reduced with compression factor 4.
Link copied to clipboard
Tokenization.
Link copied to clipboard
Compression Method 9 for enhanced deflate.
Link copied to clipboard
PKWARE Data Compression Library Imploding.
Link copied to clipboard
Compression Method 99 for AES encryption.
Functions
Link copied to clipboard
returns the ZipMethod for the given code or null if the method is not known.