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).