Class BitFile
- java.lang.Object
-
- org.exoplatform.imageio.plugins.common.BitFile
-
public class BitFile extends Object
-
-
Constructor Summary
Constructors Constructor Description BitFile(ImageOutputStream output, boolean blocks)
-
-
-
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
-
-