sam.io
Class BitInputStream

java.lang.Object
  |
  +--sam.io.BitInputStream

public class BitInputStream
extends java.lang.Object

Bit-level input stream.

See Also:
BitOutputStream

Constructor Summary
protected BitInputStream(java.io.InputStream delegee)
           
 
Method Summary
 void close()
           
 boolean read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitInputStream

protected BitInputStream(java.io.InputStream delegee)
Method Detail

read

public boolean read()
             throws java.io.IOException
Throws:
java.io.EOFException - at end of stream
java.io.IOException

close

public void close()
           throws java.io.IOException
java.io.IOException