Class CRC

java.lang.Object
com.mxgraph.util.png.CRC

class CRC extends Object
  • Field Details

    • crcTable

      private static int[] crcTable
  • Constructor Details

    • CRC

      CRC()
  • Method Details

    • updateCRC

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