public class CRC
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int[] |
Table |
| Constructor and Description |
|---|
CRC() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetDigest() |
void |
Init() |
void |
Update(byte[] data) |
void |
Update(byte[] data,
int offset,
int size) |
void |
UpdateByte(int b) |