公开 ZLib 选项的输入参数。
更多文档请参见 http://www.zlib.net/manual.html。
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- runtimeType → Type
- 表示对象的运行时类型。无设置器继承
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 此对象的字符串表示形式。继承
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
常量
- defaultLevel → const int
- ZLibCodec.level 和 ZLibEncoder.level 的默认值。
- defaultMemLevel → const int
- ZLibCodec.memLevel 和 ZLibEncoder.memLevel 的默认值。
- defaultWindowBits → const int
- ZLibCodec.windowBits、ZLibEncoder.windowBits 和 ZLibDecoder.windowBits 的默认值。
- maxLevel → const int
- ZLibCodec.level 和 ZLibEncoder.level 的最大值。
- maxMemLevel → const int
- ZLibCodec.memLevel 和 ZLibEncoder.memLevel 的最大值。
- maxWindowBits → const int
- ZLibCodec.windowBits、ZLibEncoder.windowBits 和 ZLibDecoder.windowBits 的最大值。
- minLevel → const int
- ZLibCodec.level 和 ZLibEncoder.level 的最小值。
- minMemLevel → const int
- ZLibCodec.memLevel 和 ZLibEncoder.memLevel 的最小值。
- minWindowBits → const int
- ZLibCodec.windowBits、ZLibEncoder.windowBits 和 ZLibDecoder.windowBits 的最小值。
- strategyDefault → const int
- 推荐用于常规数据的策略。
- strategyFiltered → const int
- 推荐用于由过滤器(或预测器)产生的数据的策略。
- strategyFixed → const int
- 此策略阻止使用动态霍夫曼码,从而允许使用更简单的解码器。
- strategyHuffmanOnly → const int
- 使用此策略强制只进行霍夫曼编码(无字符串匹配)。
- strategyRle → const int
- 使用此策略将匹配距离限制为一(运行长度编码)。