公开 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
- 此策略防止使用动态Huffman码,从而允许使用更简单的解码器
- strategyHuffmanOnly → const int
- 使用此策略强制只使用Huffman编码(无字符串匹配)
- strategyRle → const int
- 使用此策略将匹配距离限制为一(运行长度编码)