public final class CRC32 extends Object
Constructor and Description |
---|
CRC32() |
Modifier and Type | Method and Description |
---|---|
CRC32 |
copy() |
static int[] |
getCRC32Table() |
long |
getValue() |
void |
reset() |
void |
reset(long vv) |
void |
update(byte[] buf,
int index,
int len) |
public void update(byte[] buf, int index, int len)
public void reset()
public void reset(long vv)
public long getValue()
public CRC32 copy()
public static int[] getCRC32Table()