Class BitFile

Class BitFile

java.lang.Object
   |
   +----BitFile

class BitFile
extends Object

Constructor Index

 o BitFile(OutputStream)

Method Index

 o Flush()
 o WriteBits(int, int)

Constructors

 o BitFile
  public BitFile(OutputStream output)

Methods

 o Flush
  public void Flush() throws IOException
 o WriteBits
  public void WriteBits(int bits,
                        int numbits) throws IOException