Class CRC


  • public class CRC
    extends Object
    A simple class to hold and calculate the CRC for sanity checking of the data.
    • Field Detail

      • crc32Table

        public static int[] crc32Table
    • Constructor Detail

      • CRC

        public CRC()