org.exoplatform.imageio.plugins.common
Class BitFile

java.lang.Object
  extended by org.exoplatform.imageio.plugins.common.BitFile

public class BitFile
extends Object


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

Constructor Detail

BitFile

public BitFile(ImageOutputStream output,
               boolean blocks)
Method Detail

flush

public void flush()
           throws IOException
Throws:
IOException

writeBits

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


Copyright © 2013 eXo Platform SAS. All Rights Reserved.