strategyHuffmanOnly 常量

int const strategyHuffmanOnly

使用此策略强制只使用 Huffman 编码(不进行字符串匹配)

实现

static const int strategyHuffmanOnly = 2;