public class CRC32
extends java.lang.Object
| Constructor and Description |
|---|
CRC32() |
| Modifier and Type | Method and Description |
|---|---|
static int |
crc32(byte[] p) |
static int |
crc32(byte[] p,
int init) |
static int |
crc32(java.lang.String s) |
static int |
crc32(java.lang.String s,
int init) |
int |
getCrc() |
void |
reset() |
int |
update(byte[] p) |
int |
update(java.lang.String s) |
public static int crc32(java.lang.String s)
public static int crc32(java.lang.String s,
int init)
public static int crc32(byte[] p)
public static int crc32(byte[] p,
int init)
public void reset()
public int update(java.lang.String s)
public int update(byte[] p)
public int getCrc()