class CRC
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int[] |
CRC32_TABLE |
private int |
m_globalCrc |
Modifier | Constructor and Description |
---|---|
protected |
CRC() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getFinalCRC() |
(package private) void |
initialiseCRC() |
(package private) void |
updateCRC(int inCh) |