| Package | Description |
|---|---|
| it.unimi.dsi.compression | |
| it.unimi.dsi.io | |
| it.unimi.dsi.util |
| 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–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.