|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.dev.util.BinaryArithmeticStream
public class BinaryArithmeticStream
A binary arithmetic stream.
| Nested Class Summary | |
|---|---|
static class |
BinaryArithmeticStream.Huffman
A Huffman code table / tree. |
static class |
BinaryArithmeticStream.In
A binary arithmetic input stream. |
static class |
BinaryArithmeticStream.Out
A binary arithmetic output stream. |
| Field Summary | |
|---|---|
protected int |
high
The high marker. |
protected int |
low
The low marker. |
static int |
MAX_PROBABILITY
The maximum probability. |
| Constructor Summary | |
|---|---|
BinaryArithmeticStream()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_PROBABILITY
protected int low
protected int high
| Constructor Detail |
|---|
public BinaryArithmeticStream()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||