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