Xz

CompressionFileType.Xz field

XZ is a compressed file format that utilizes the LZMA2 compression algorithm. It was designed as a replacement for the popular gzip and bzip2 formats, and offers a number of advantages over these older standards. Learn more about this file format here.

public static readonly CompressionFileType Xz;

See Also