decoder property

ZLibDecoder decoder
override

Get a ZLibDecoder for decoding ZLib compressed data.

Implementation

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