strategyFixed constant - ZLibOption class - dart:io library (original) (raw)

description

int const strategyFixed

This strategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder

Implementation

static const int strategyFixed = 4;