Class LzipArchiveSettings

LzipArchiveSettings class

该类包含特定 lzip 存档的设置。

public class LzipArchiveSettings

构造函数

姓名描述
LzipArchiveSettings(int, int)初始化一个新的实例LzipArchiveSettings具有特定的字典大小.

特性

姓名描述
static FastestSpeed { get; }获取的实例LzipArchiveSettings class 字典大小等于 LZMA 过滤器中的 65536 字节.
static FastSpeed { get; }获取的实例LzipArchiveSettings LZMA 过滤器中字典大小等于 1 兆字节的 class .
static HighCompression { get; }获取的实例LzipArchiveSettings LZMA 过滤器中字典大小等于 32 兆字节的 class .
static MaximumCompression { get; }获取的实例LzipArchiveSettings class 字典大小等于 LZMA 过滤器中的 64 兆字节.
static Normal { get; }获取的实例LzipArchiveSettings class 字典大小等于 LZMA 过滤器中的 16 兆字节.
DictionarySize { get; }获取LZMA压缩使用的字典大小。
MaxMemberSize { get; }获取 lzip 存档中一个成员的最大大小(以字节为单位)。

也可以看看