Package de.jarnbjo.util.io

Interface Summary
BitInputStream An interface with methods allowing bit-wise reading from an input stream.
 

Class Summary
ByteArrayBitInputStream Implementation of the BitInputStream interface, using a byte array as data source.
HuffmanNode Representation of a node in a Huffman tree, used to read Huffman compressed codewords from e.g. a Vorbis stream.