public interface PrefixCodec extends Codec
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
.
Modifier and Type | Method and Description |
---|---|
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.
|
BitVector[] codeWords()
PrefixCoder coder()
Codec
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.