class CRC
extends java.lang.Object
Forked from Apache Commons-Compress with possible changes
Modifier and Type | Field and Description |
---|---|
private static int[] |
crc32Table |
private int |
globalCrc |
Constructor and Description |
---|
CRC() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getFinalCRC() |
(package private) int |
getGlobalCRC() |
(package private) void |
initialiseCRC() |
(package private) void |
setGlobalCRC(int newCrc) |
(package private) void |
updateCRC(int inCh) |
(package private) void |
updateCRC(int inCh,
int repeat) |