public class BinaryArithmeticStream
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
high
The high marker.
|
protected int |
low
The low marker.
|
static int |
MAX_PROBABILITY
The maximum probability.
|
| Constructor and Description |
|---|
BinaryArithmeticStream() |
public static final int MAX_PROBABILITY
protected int low
protected int high