Package org.h2.dev.util
Class BinaryArithmeticStream
java.lang.Object
org.h2.dev.util.BinaryArithmeticStream
- Direct Known Subclasses:
BinaryArithmeticStream.In,BinaryArithmeticStream.Out
A binary arithmetic stream.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA Huffman code table / tree.static classA binary arithmetic input stream.static classA binary arithmetic output stream. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe high marker.protected intThe low marker.static final intThe maximum probability. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_PROBABILITY
public static final int MAX_PROBABILITYThe maximum probability.- See Also:
-
low
protected int lowThe low marker. -
high
protected int highThe high marker.
-
-
Constructor Details
-
BinaryArithmeticStream
public BinaryArithmeticStream()
-