RawZLibFilter 类提供了对 zlib 的底层接口。
构造函数
-
RawZLibFilter.deflateFilter({bool gzip = false, int level = ZLibOption.defaultLevel, int windowBits = ZLibOption.defaultWindowBits, int memLevel = ZLibOption.defaultMemLevel, int strategy = ZLibOption.strategyDefault, List<
int> ? dictionary, bool raw = false}) - 返回一个 RawZLibFilter,其 process 和 processed 方法压缩数据。工厂
-
RawZLibFilter.inflateFilter({bool gzip = false, int windowBits = ZLibOption.defaultWindowBits, List<
int> ? dictionary, bool raw = false}) - 返回一个 RawZLibFilter,其 process 和 processed 方法解压缩数据。工厂
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- runtimeType → Type
- 对象的运行时类型表示。无设置器继承
方法
运算符
-
operator ==(
Object other) → bool - 相等运算符。继承