public class CRC
extends java.lang.Object
| Constructor and Description |
|---|
CRC() |
| Modifier and Type | Method and Description |
|---|---|
static int |
memcrc(byte[] src_buffer,
int offset,
int length,
int seed) |
static int |
memcrc(java.lang.String input) |
static int |
StringtoCRC(java.lang.String input) |