SevenZipLZMACompressionSettings
SevenZipLZMACompressionSettings class
Settings for LZMA compression method within 7z archive.
The SevenZipLZMACompressionSettings type exposes the following members:
Constructors
Name | Description |
---|---|
SevenZipLZMACompressionSettings() | Initializes a new instance of the SevenZipLZMACompressionSettings class |
Properties
Name | Description |
---|---|
method | Gets compression or decompression method. |
dictionary_size | Dictionary (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
- namespace aspose.zip.saving
- assembly Aspose.Zip