|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dsiutils
.
@Deprecated 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()
Deprecated. Returns a coder for the compression technique represented by this coded. |
BitVector[] |
codeWords()
Deprecated. Returns the vector of prefix-free codewords used by this prefix coder. |
Methods inherited from interface it.unimi.dsi.mg4j.compression.Codec |
---|
decoder, getCoder, getDecoder, 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 |