public class CRC32 extends java.lang.Object implements Checksum
CRC32()
long
getValue()
void
reset()
update(byte[] buff)
update(byte[] buff, int offset, int size)
update(int i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CRC32()
public long getValue()
getValue
Checksum
public void reset()
reset
public void update(int i)
update
public void update(byte[] buff)
public void update(byte[] buff, int offset, int size)