CompressionSettings

CompressionSettings class

Settings needed for compressor or decompressor to work.

public abstract class CompressionSettings

Properties

NameDescription
static Bzip2 { get; }An instance of Bzip2CompressionSettings with default parameters.
static Deflate { get; }An instance of DeflateCompressionSettings with default parameters.
static EnhancedDeflate { get; }An instance of EnhancedDeflateCompressionSettings with default parameters.
static Lzma { get; }An instance of LzmaCompressionSettings with default parameters.
static PPMd { get; }An instance of PPMdCompressionSettings with default parameters.
static Store { get; }An instance of StoreCompressionSettings with default parameters.
static Xz { get; }An instance of XzCompressionSettings with default parameters.

See Also