public class BitFile extends Object
| Constructor and Description | 
|---|
BitFile(OutputStream output, boolean blocks)  |  
          
public BitFile(OutputStream output, boolean blocks)
output - destination for output data 
           blocks - GIF LZW requires block counts for output data 
           public void flush()
           throws IOException 
          IOException 
           public void writeBits(int bits,
                      int numbits)
               throws IOException 
          IOException 
           Copyright © 1998–2019. All rights reserved.