org.h2.dev.util
Class BitStream

java.lang.Object
  extended by org.h2.dev.util.BitStream

public class BitStream
extends java.lang.Object

A stream that supports Golomb and Huffman coding.


Nested Class Summary
static class BitStream.Huffman
          A Huffman code.
static class BitStream.In
          A bit input stream.
static class BitStream.Out
          A bit output stream.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait