loci.formats
Class CRC
java.lang.Object
loci.formats.CRC
- class CRC
- extends Object
A simple class the hold and calculate the CRC for sanity checking
of the data.
|
Constructor Summary |
CRC()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
crc32Table
public static int[] crc32Table
globalCrc
int globalCrc
CRC
public CRC()
initialiseCRC
void initialiseCRC()
getFinalCRC
int getFinalCRC()
getGlobalCRC
int getGlobalCRC()
setGlobalCRC
void setGlobalCRC(int newCrc)
updateCRC
void updateCRC(int inCh)