Class CRC
- java.lang.Object
-
- org.apache.commons.compress.compressors.bzip2.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 private static int[]CRC32_TABLEprivate intm_globalCrc
-
Constructor Summary
Constructors Modifier Constructor Description protectedCRC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetFinalCRC()(package private) voidinitialiseCRC()(package private) voidupdateCRC(int inCh)
-