Class PCLGenerator.Encoder

java.lang.Object
org.apache.fop.render.pcl.PCLGenerator.Encoder
Enclosing class:
PCLGenerator

private class PCLGenerator.Encoder extends Object
  • 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

  • Method Details

    • addBit

      public void addBit(boolean bit)
    • add8Bits

      public void add8Bits(byte b)
    • finishedByte

      private void finishedByte()
    • endLine

      public void endLine() throws IOException
      Throws:
      IOException