enum

Compress::Zip::CompressionMethod

Inherits Enum / Comparable / Value / Object

Supported compression methods in the current implementation.

Constants

STORED = 0_u16
DEFLATED = 8_u16

Instance methods

deflated?

Returns true if this enum value equals DEFLATED

Source
stored?

Returns true if this enum value equals STORED

Source