java.lang.Object
org.apache.xmlgraphics.image.codec.png.CRC

final class CRC extends Object
  • Field Details

    • crcTable

      private static int[] crcTable
  • Constructor Details

    • CRC

      private CRC()
  • Method Details

    • updateCRC

      public static int updateCRC(int crc, byte[] data, int off, int len)