| Package | Description |
|---|---|
| it.unimi.dsi.compression |
| Modifier and Type | Method and Description |
|---|---|
static PrefixCoder |
HuffmanCodec.newCoder(HuffmanCodec.DecoderInputs decoderInputs)
(Re-)constructs the canonical huffman code from the shortest code word,
the non-decreasing bit lengths of each code word, and the permutation of
the symbols corresponding to those bit lengths.
|
| Constructor and Description |
|---|
HuffmanCodec(int[] frequency,
HuffmanCodec.DecoderInputs decoderInputs)
Creates a new Huffman codec using the given vector of frequencies.
|
Copyright © 2006–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.