Package | Description |
---|---|
com.bigdata.btree.raba.codec | |
com.bigdata.io | |
it.unimi.dsi.compression | |
it.unimi.dsi.io | |
it.unimi.dsi.util |
Modifier and Type | Method and Description |
---|---|
protected static HuffmanCodec.DecoderInputs |
CanonicalHuffmanRabaCoder.readDecoderInputs(int nsymbols,
InputBitStream ibs,
StringBuilder sb)
Reconstruct the
HuffmanCodec.DecoderInputs from the data written by
#writeDecoderInputs(BitVector[], OutputBitStream) . |
Modifier and Type | Method and Description |
---|---|
InputBitStream |
IFixedDataRecord.getInputBitStream()
Return a bit stream that will read from the slice.
|
InputBitStream |
AbstractFixedByteArrayBuffer.getInputBitStream() |
Modifier and Type | Method and Description |
---|---|
int |
Decoder.decode(InputBitStream ibs)
Decodes the next symbol from the given input bit stream.
|
int |
CanonicalFast64CodeWordDecoder.decode(InputBitStream ibs) |
int |
TreeDecoder.decode(InputBitStream ibs) |
Modifier and Type | Class and Description |
---|---|
class |
DebugInputBitStream
A debugging wrapper for input bit streams.
|
Constructor and Description |
---|
DebugInputBitStream(InputBitStream ibs)
Creates a new debug input bit stream wrapping a given input bit stream and logging on standard error.
|
DebugInputBitStream(InputBitStream ibs,
PrintStream pw)
Creates a new debug input bit stream wrapping a given input bit stream and logging on a given writer.
|
Modifier and Type | Field and Description |
---|---|
protected InputBitStream |
ImmutableExternalPrefixMap.dumpStream
A reference to the dump stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ImmutableExternalPrefixMap.setDumpStream(InputBitStream dumpStream)
Sets the dump stream of this external prefix map to a given input bit stream.
|
Constructor and Description |
---|
SemiExternalGammaList(InputBitStream longs)
Creates a new semi-external list.
|
SemiExternalGammaList(InputBitStream longs,
int step,
int numLongs)
Creates a new semi-external list.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.