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