Package gov.nih.mipav.model.file
Class CRC
- java.lang.Object
-
- gov.nih.mipav.model.file.CRC
-
class CRC extends java.lang.ObjectA simple class the hold and calculate the CRC for sanity checking of the data.- Author:
- Keiron Liddle
-
-
Field Summary
Fields Modifier and Type Field Description static int[]crc32Table(package private) intglobalCrc
-
Constructor Summary
Constructors Constructor Description CRC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetFinalCRC()(package private) intgetGlobalCRC()(package private) voidinitialiseCRC()(package private) voidsetGlobalCRC(int newCrc)(package private) voidupdateCRC(int inCh)
-