LzipArchiveSettings.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. The default value is 60 MB.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrown when dictionarySize is outside the allowable range of values.

See Also