Package loci.common

Class CRC

java.lang.Object
loci.common.CRC

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

    Fields 
    Modifier and Type Field Description
    static int[] CRC_32_TABLE  
  • Constructor Summary

    Constructors 
    Constructor Description
    CRC()  
  • Method Summary

    Modifier and Type Method Description
    int getFinalCRC()  
    int getGlobalCRC()  
    void initialiseCRC()  
    void setGlobalCRC​(int newCrc)  
    void updateCRC​(int inCh)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait