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