strategy property

  1. @override
int get strategy
override

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

Implementation

@override
int get strategy => zLibCodec.strategy;