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 long |
CanonicalHuffmanRabaCoder.writeCodedValues(PrefixCoder coder,
IRaba raba,
com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder.Byte2Symbol byte2symbol,
long[] codedValueOffset,
OutputBitStream obs)
Write out the coded values.
|
protected static void |
CanonicalHuffmanRabaCoder.writeDecoderInputs(HuffmanCodec.DecoderInputs decoderInputs,
OutputBitStream obs,
StringBuilder sb)
Write a compact minimum representation of the data required to
reconstruct the decoder (bit lengths and correlated symbols).
|
protected void |
CanonicalHuffmanRabaCoder.writeSymbolTable(com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder.Symbol2Byte symbol2byte,
OutputBitStream obs)
Write out the optional packed symbol table (symbol2byte).
|
Modifier and Type | Method and Description |
---|---|
OutputBitStream |
ByteArrayBuffer.getOutputBitStream()
Return a bit stream which will write on this buffer.
|
Modifier and Type | Method and Description |
---|---|
int |
Coder.encode(int symbol,
OutputBitStream obs)
Encodes a symbol.
|
int |
Fast64CodeWordCoder.encode(int symbol,
OutputBitStream obs) |
int |
CodeWordCoder.encode(int symbol,
OutputBitStream obs) |
int |
Coder.flush(OutputBitStream obs)
Flushes the coder.
|
int |
CodeWordCoder.flush(OutputBitStream unused) |
Modifier and Type | Class and Description |
---|---|
class |
DebugOutputBitStream
A debugging wrapper for output bit streams.
|
Constructor and Description |
---|
DebugOutputBitStream(OutputBitStream obs)
Creates a new debug output bit stream wrapping a given output bit stream and logging on standard error.
|
DebugOutputBitStream(OutputBitStream obs,
PrintStream pw)
Creates a new debug output bit stream wrapping a given output bit stream and logging on a given writer.
|
Modifier and Type | Field and Description |
---|---|
OutputBitStream |
InternedMutableStringSet.Term.obs |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.