j2d.io.gif.stills
Class BitFile

java.lang.Object
  extended by j2d.io.gif.stills.BitFile

public class BitFile
extends java.lang.Object


Constructor Summary
BitFile(java.io.OutputStream output)
           
 
Method Summary
 void flush()
           
 void writeBits(int bits, int numbits)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitFile

public BitFile(java.io.OutputStream output)
Method Detail

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

writeBits

public void writeBits(int bits,
                      int numbits)
               throws java.io.IOException
Throws:
java.io.IOException