Gzip

CompressionFileType.Gzip field

A Gzip file is a compressed archive that is created using the standard gzip (GNU zip) compression algorithm. It may contain multiple compressed files, directories and file stubs. Learn more about this file format here.

public static readonly CompressionFileType Gzip;

See Also