strategy property

int strategy
final

Tunes the compression algorithm. Use the value STRATEGY_DEFAULT for normal data, STRATEGY_FILTERED for data produced by a filter (or predictor), STRATEGY_HUFFMAN_ONLY to force Huffman encoding only (no string match), or STRATEGY_RLE to limit match distances to one (run-length encoding).

© 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/strategy.html