CompressionFormat

Enum for specifying the desired or expected compression format.

Values

ValueMeaning
gzip

GZIP format

deflate

Deflate (zip) format

determineFromData

Auto-detect the format by reading the data (unzip only)

Meta