class CRC
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int[] |
crcTable |
Constructor and Description |
---|
CRC() |
Modifier and Type | Method and Description |
---|---|
static int |
updateCRC(int crc,
byte[] data,
int off,
int len) |