LzmaCompressionSettings
Contents
[
Hide
]LzmaCompressionSettings class
Settings for LZMA compression within a ZIP archive.
The LzmaCompressionSettings type exposes the following members:
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| bzip2 | An instance of |
| deflate | An instance of |
| enhanced_deflate | An instance of |
| store | An instance of |
| lzma | An instance of |
| xz | An instance of |
| pp_md | An instance of |
| zstd | An instance of |
| dictionary_size | Dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory. |
| number_of_fast_bytes | Gets the number of bytes used for fast match searching in the LZMA algorithm. |
| literal_context_bits | Gets the number of literal context bits. |
See Also
- namespace aspose.zip.saving
- assembly Aspose.Zip