Package org.apache.fop.render.pcl
Class PCLGenerator.Encoder
java.lang.Object
org.apache.fop.render.pcl.PCLGenerator.Encoder
- Enclosing class:
PCLGenerator
-
Field Details
-
imgw
private int imgw -
bytewidth
private int bytewidth -
rle
private byte[] rle -
uncompressed
private byte[] uncompressed -
lastcount
private int lastcount -
lastbyte
private byte lastbyte -
rlewidth
private int rlewidth -
ib
private byte ib -
x
private int x -
zeroRow
private boolean zeroRow
-
-
Constructor Details
-
Encoder
-
-
Method Details
-
addBit
public void addBit(boolean bit) -
add8Bits
public void add8Bits(byte b) -
finishedByte
private void finishedByte() -
endLine
- Throws:
IOException
-