Lzma

CompressionFileType.Lzma field

A file with .lzma extension is a compressed archive file created using the LZMA (Lempel-Ziv-Markov chain Algorithm) compression method. These are mainly found/used on Unix operating system and are similar to other compression algorithms such as ZIP for minimising file size. Learn more about this file format here.

public static readonly CompressionFileType Lzma;

See Also