Package org.h2.dev.util
Class BinaryArithmeticStream
- java.lang.Object
-
- org.h2.dev.util.BinaryArithmeticStream
-
- Direct Known Subclasses:
BinaryArithmeticStream.In,BinaryArithmeticStream.Out
public class BinaryArithmeticStream extends java.lang.ObjectA binary arithmetic stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinaryArithmeticStream.HuffmanA Huffman code table / tree.static classBinaryArithmeticStream.InA binary arithmetic input stream.static classBinaryArithmeticStream.OutA binary arithmetic output stream.
-
Field Summary
Fields Modifier and Type Field Description protected inthighThe high marker.protected intlowThe low marker.static intMAX_PROBABILITYThe maximum probability.
-
Constructor Summary
Constructors Constructor Description BinaryArithmeticStream()
-
-
-
Field Detail
-
MAX_PROBABILITY
public static final int MAX_PROBABILITY
The maximum probability.- See Also:
- Constant Field Values
-
low
protected int low
The low marker.
-
high
protected int high
The high marker.
-
-