Class BitFile
- java.lang.Object
-
- com.github.jaiimageio.impl.common.BitFile
-
public class BitFile extends java.lang.Object
Came from GIFEncoder initially. Modified - to allow for output compressed data without the block counts which breakup the compressed data stream for GIF.
-
-
Constructor Summary
Constructors Constructor Description BitFile(javax.imageio.stream.ImageOutputStream output, boolean blocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush()
void
writeBits(int bits, int numbits)
-