public class ZipChecksum extends java.lang.Object implements Checksum
ZipChecksum(java.util.zip.Checksum cksm)
java.lang.String
getValue()
void
reset()
update(byte[] b, int off, int len)
update(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ZipChecksum(java.util.zip.Checksum cksm)
public void update(int b)
update
Checksum
public void update(byte[] b, int off, int len)
public java.lang.String getValue()
getValue
public void reset()
reset