LzipArchiveSettings.LzipArchiveSettings

LzipArchiveSettings constructor

初始化一个新的实例LzipArchiveSettings具有特定的字典大小.

public LzipArchiveSettings(int dictionarySize, int maxMemberSize = 62914560)
范围类型描述
dictionarySizeInt32LZMA 压缩的字典大小(以字节为单位)。
maxMemberSizeInt32lzip 存档中一个成员的最大大小(以字节为单位)。默认值为 60 MB。

也可以看看