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

Compression method 0 for uncompressed 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

Imploding.

Link copied to clipboard

Tokenization.

Link copied to clipboard

Compression method 8 for compressed (deflated) entries.

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 12 for bzip2.

Link copied to clipboard

Compression Method 14 for LZMA.

Link copied to clipboard

Compression Method 95 for XZ.

Link copied to clipboard

Compression Method 96 for Jpeg compression.

Link copied to clipboard

Compression Method 97 for WavPack.

Link copied to clipboard

Compression Method 98 for PPMd.

Link copied to clipboard

Compression Method 99 for AES encryption.

Link copied to clipboard

Unknown compression method.

Properties

Link copied to clipboard
val code: Int

Functions

Link copied to clipboard
open fun getMethodByCode(code: Int): ZipMethod
returns the ZipMethod for the given code or null if the method is not known.
Link copied to clipboard
open fun valueOf(name: String): ZipMethod

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<ZipMethod>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.