Class CompressionSettings

CompressionSettings class

Einstellungen, die erforderlich sind, damit der Kompressor oder Dekompressor funktioniert.

public abstract class CompressionSettings

Eigenschaften

NameBeschreibung
static Bzip2 { get; }Eine Instanz vonBzip2CompressionSettings mit Standardparametern.
static Deflate { get; }Eine Instanz vonDeflateCompressionSettings mit Standardparametern.
static Lzma { get; }Eine Instanz vonLzmaCompressionSettings mit Standardparametern.
static PPMd { get; }Eine Instanz vonPPMdCompressionSettings mit Standardparametern.
static Store { get; }Eine Instanz vonStoreCompressionSettings mit Standardparametern.
static Xz { get; }Eine Instanz vonXz mit Standardparametern.

Siehe auch