decoder property
override
Get a ZLibDecoder for decoding GZip
compressed data.
Implementation
ZLibDecoder get decoder => new ZLibDecoder(
gzip: true, windowBits: windowBits, dictionary: dictionary, raw: raw);
Get a ZLibDecoder for decoding GZip
compressed data.
ZLibDecoder get decoder => new ZLibDecoder(
gzip: true, windowBits: windowBits, dictionary: dictionary, raw: raw);