LzmaArchiveSettings
Contents
[
Hide
]LzmaArchiveSettings class
Settings for lzma archive.
The LzmaArchiveSettings type exposes the following members:
Constructors
| Name | Description |
|---|---|
| LzmaArchiveSettings() | Initializes a new instance of the LzmaArchiveSettings class with default dictionary size, equals to 16 megabytes, number of fast bytes equal to 32 and literal context bits equal to 3. |
Properties
| Name | Description |
|---|---|
| dictionary_size | Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory. If not set, will be chosen accordingly to entry size. |
| number_of_fast_bytes | Gets or sets the number of bytes used for fast match searching in the LZMA algorithm. |
| literal_context_bits | Gets or sets the number of literal context bits. |
See Also
- namespace aspose.zip.lzma
- assembly Aspose.Zip