LzipArchiveSettings

LzipArchiveSettings constructor

Initializes a new instance of the LzipArchiveSettings with particular dictionary size.

public LzipArchiveSettings(int dictionarySize, int maxMemberSize = 62914560)
ParameterTypeDescription
dictionarySizeInt32Dictionary size for LZMA compression in bytes.
maxMemberSizeInt32Maximum size of one member in lzip archive presented in bytes. Default value is 60 MB.

See Also