SevenZipLZMACompressionSettings

SevenZipLZMACompressionSettings class

Settings for LZMA compression method within 7z archive.

The SevenZipLZMACompressionSettings type exposes the following members:

Constructors

NameDescription
SevenZipLZMACompressionSettings()Initializes a new instance of the SevenZipLZMACompressionSettings class

Properties

NameDescription
methodGets compression or decompression method.
dictionary_sizeDictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data is kept in memory.
If not set, will be chosen accordingly to entry size.

See Also