public final class CRC32 extends java.lang.Object
CRC32()
CRC32
copy()
static int[]
getCRC32Table()
long
getValue()
void
reset()
reset(long vv)
update(byte[] buf, int index, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CRC32()
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()