com.mindbright.util
public final class CRC32 extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long[] |
crc32_tab
Table used to calculate CR32 checksums
|
Constructor and Description |
---|
CRC32() |
Modifier and Type | Method and Description |
---|---|
static long |
getValue(byte[] buf,
int off,
int len)
Calculate the CR32 value for a given blob of data
|