SevenZipLZMA2CompressionSettings

SevenZipLZMA2CompressionSettings class

Settings for LZMA2 compression method within 7z archive.

The SevenZipLZMA2CompressionSettings type exposes the following members:

Constructors

NameDescription
SevenZipLZMA2CompressionSettings(dictionary_size)Initializes a new instance of the SevenZipLZMA2CompressionSettings class
SevenZipLZMA2CompressionSettings(dictionary_size, fast_bytes)Initializes a new instance of the SevenZipLZMA2CompressionSettings class

Properties

NameDescription
methodGets compression or decompression method.
compression_threadsGets or sets compression thread count. If the value greater than 1, multithreading compression will be used.
dictionary_sizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory.
fast_bytesGets the controls number of fast bytes used by the LZMA2 compressor.

See Also