Get a ZLibDecoder for decoding ZLib
compressed data.
Source
ZLibDecoder get decoder => new ZLibDecoder(windowBits: windowBits, dictionary: dictionary, raw: raw);
Get a ZLibDecoder for decoding ZLib
compressed data.
ZLibDecoder get decoder => new ZLibDecoder(windowBits: windowBits, dictionary: dictionary, raw: raw);