|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrefixCodec
A codec based on a set of prefix-free codewords.
Prefix codec work by building a vector of prefix-free codewords, one for each symbol. The
method codeWords() returns that vector. Moreover, this interface
strengthens the return type of coder() to PrefixCoder.
| Method Summary | |
|---|---|
PrefixCoder |
coder()
Returns a coder for the compression technique represented by this coded. |
BitVector[] |
codeWords()
Returns the vector of prefix-free codewords used by this prefix coder. |
| Methods inherited from interface it.unimi.dsi.compression.Codec |
|---|
decoder, size |
| Method Detail |
|---|
BitVector[] codeWords()
PrefixCoder coder()
Codec
coder in interface Codec
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||