dart / 1 / dart-io / zlibcodec / encoder.html

encoder property

ZLibEncoder encoder

Get a ZLibEncoder for encoding to ZLib compressed data.

Source

ZLibEncoder get encoder => new ZLibEncoder(
    gzip: false,
    level: level,
    windowBits: windowBits,
    memLevel: memLevel,
    strategy: strategy,
    dictionary: dictionary,
    raw: raw);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/ZLibCodec/encoder.html