Interface | Description |
---|---|
Codec |
An abstract factory corresponding to an instance of a specific compression technique.
|
Coder |
Coding methods for a specific compression technique.
|
Decoder |
Decoding methods for a specific compression technique.
|
PrefixCodec |
A codec based on a set of prefix-free codewords.
|
PrefixCoder |
A coder based on a set of prefix-free codewords.
|
Class | Description |
---|---|
CanonicalFast64CodeWordDecoder |
A fast table-based decoder for canonical Huffman codes supporting only codes with limited (less than 64 bits) codewords.
|
CodeWordCoder |
A coder based on a set of codewords.
|
Fast64CodeWordCoder |
A fast coder based on a set of codewords of length at most 64.
|
HuffmanCodec |
An implementation of Huffman optimal prefix-free coding.
|
HuffmanCodec.DecoderInputs |
Class encapsulates the data necessary to reconstruct a
CanonicalFast64CodeWordDecoder or recreate the code. |
HuTuckerCodec |
An implementation of the Hu–Tucker optimal lexicographical prefix-free code.
|
TreeDecoder |
A decoder that follows 0/1 labelled paths in a tree.
|
TreeDecoder.LeafNode |
A leaf node of the decoding tree.
|
TreeDecoder.Node |
A internal node of the decoding tree.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.