Package loci.common

Class CRC


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

      • CRC_32_TABLE

        public static final int[] CRC_32_TABLE
    • Constructor Detail

      • CRC

        public CRC()
    • Method Detail

      • initialiseCRC

        public void initialiseCRC()
      • getFinalCRC

        public int getFinalCRC()
      • getGlobalCRC

        public int getGlobalCRC()
      • setGlobalCRC

        public void setGlobalCRC​(int newCrc)
      • updateCRC

        public void updateCRC​(int inCh)