strategyFixed constant - ZLibOption class - dart:io library (original) (raw)
int const strategyFixed
This strategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder
Implementation
static const int strategyFixed = 4;
int const strategyFixed
This strategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder
static const int strategyFixed = 4;