LzipArchiveSettings.LzipArchiveSettings

LzipArchiveSettings constructor

の新しいインスタンスを初期化しますLzipArchiveSettings特定の辞書サイズ.

public LzipArchiveSettings(int dictionarySize, int maxMemberSize = 62914560)
パラメータタイプ説明
dictionarySizeInt32LZMA 圧縮の辞書サイズ (バイト単位)。
maxMemberSizeInt32lzip アーカイブ内の 1 つのメンバーの最大サイズ (バイト単位)。デフォルト値は 60 MB です。

関連項目