LzmaCompressionSettings

LzmaCompressionSettings class

Settings for LZMA compression within a ZIP archive.

The LzmaCompressionSettings type exposes the following members:

Constructors

NameDescription
LzmaCompressionSettings()Initializes a new instance of the LzmaCompressionSettings class with default parameters.
LzmaCompressionSettings(dictionary_size, number_of_fast_bytes, literal_context_bits)Initializes a new instance of the LzmaCompressionSettings class with specified dictionary size, number of fast bytes and number of literal context bits.
LzmaCompressionSettings(dictionary_size)Initializes a new instance of the LzmaCompressionSettings class with specified dictionary size, number of fast bytes and number of literal context bits.

Properties

NameDescription
bzip2An instance of
deflateAn instance of
enhanced_deflateAn instance of
storeAn instance of
lzmaAn instance of
xzAn instance of
pp_mdAn instance of
zstdAn instance of
dictionary_sizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
number_of_fast_bytesGets the number of bytes used for fast match searching in the LZMA algorithm.
literal_context_bitsGets the number of literal context bits.

See Also