decoder 属性

ZLibDecoder decoder
覆盖

获取一个用于解码 GZip 压缩数据的 ZLibDecoder

实现

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