Package com.itextpdf.text.pdf.codec
Class BitFile
- java.lang.Object
-
- com.itextpdf.text.pdf.codec.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.- Since:
- 5.0.2
-
-
Constructor Summary
Constructors Constructor Description BitFile(java.io.OutputStream output, boolean blocks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush()
void
writeBits(int bits, int numbits)
-