strategyFixed constant
This strategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder
Implementation
static const int strategyFixed = 4;
This strategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder
static const int strategyFixed = 4;