LzipArchiveSettings.LzipArchiveSettings
LzipArchiveSettings constructor
Initializes a new instance of the LzipArchiveSettings
with particular dictionary size.
public LzipArchiveSettings(int dictionarySize, int maxMemberSize = 62914560)
Parameter | Type | Description |
---|---|---|
dictionarySize | Int32 | Dictionary size for LZMA compression in bytes. |
maxMemberSize | Int32 | Maximum size of one member in lzip archive presented in bytes. Default value is 60 MB. |
See Also
- class LzipArchiveSettings
- namespace Aspose.Zip.Lzip
- assembly Aspose.Zip