public final class CRC
extends java.lang.Object
| Constructor and Description |
|---|
CRC() |
| Modifier and Type | Method and Description |
|---|---|
static int |
ccit16(byte[] buffer,
int offset,
int length) |
static int |
ccit16(int initial,
byte[] buffer) |
static int |
ccit16(int initial,
byte[] buffer,
int offset,
int length) |