Class ArithmeticDecoder

java.lang.Object
org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder

public class ArithmeticDecoder extends Object
This class represents the arithmetic decoder, described in ISO/IEC 14492:2001 in E.3
  • Field Details

    • QE

      private static final int[][] QE
    • a

      private int a
    • c

      private long c
    • ct

      private int ct
    • b

      private int b
    • streamPos0

      private long streamPos0
    • iis

      private final ImageInputStream iis
  • Constructor Details

  • Method Details