Package | Description |
---|---|
com.bigdata.btree.raba.codec | |
it.unimi.dsi.compression | |
it.unimi.dsi.util |
Constructor and Description |
---|
CanonicalHuffmanRabaCoder.CodedRabaImpl(AbstractFixedByteArrayBuffer data,
Decoder decoder,
long decoderInputsBitLength)
Constructor used when encoding a data record (more information is
available from the caller's context).
|
Modifier and Type | Class and Description |
---|---|
class |
CanonicalFast64CodeWordDecoder
A fast table-based decoder for canonical Huffman codes supporting only codes with limited (less than 64 bits) codewords.
|
class |
TreeDecoder
A decoder that follows 0/1 labelled paths in a tree.
|
Modifier and Type | Method and Description |
---|---|
Decoder |
HuTuckerCodec.decoder() |
Decoder |
HuffmanCodec.decoder() |
Decoder |
Codec.decoder()
Returns a decoder for the compression technique represented by this coded.
|
Decoder |
HuTuckerCodec.getDecoder()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Decoder |
ImmutableExternalPrefixMap.decoder
A decoder used to read data from the dump stream.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.