decoder 属性
覆盖
获取一个用于解码 ZLib
压缩数据的 ZLibDecoder。
实现
ZLibDecoder get decoder =>
new ZLibDecoder(windowBits: windowBits, dictionary: dictionary, raw: raw);
获取一个用于解码 ZLib
压缩数据的 ZLibDecoder。
ZLibDecoder get decoder =>
new ZLibDecoder(windowBits: windowBits, dictionary: dictionary, raw: raw);