Get a ZLibEncoder for encoding to GZip
compressed data.
Source
ZLibEncoder get encoder => new ZLibEncoder(gzip: true, level: level, windowBits: windowBits, memLevel: memLevel, strategy: strategy, dictionary: dictionary, raw: raw);
Get a ZLibEncoder for encoding to GZip
compressed data.
ZLibEncoder get encoder => new ZLibEncoder(gzip: true, level: level, windowBits: windowBits, memLevel: memLevel, strategy: strategy, dictionary: dictionary, raw: raw);