decoder属性

ZLibDecoder decoder
重写

获取一个ZLibDecoder用于解码ZLib压缩数据。

实现

ZLibDecoder get decoder =>
    new ZLibDecoder(windowBits: windowBits, dictionary: dictionary, raw: raw);