public class PureJavaCrc32C extends Object implements Checksum
PureJavaCrc32C()
int
getIntegerValue()
long
getValue()
void
reset()
update(byte[] b, int off, int len)
update(int b)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PureJavaCrc32C()
public int getIntegerValue()
public long getValue()
getValue
Checksum
public void reset()
reset
public void update(byte[] b, int off, int len)
update
public final void update(int b)
Copyright © 2011-2013 xerial.org. All Rights Reserved.