public class CombinedChecksum extends Object implements Checksum
CombinedChecksum(Checksum checksum1, Checksum checksum2)
long
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 CombinedChecksum(Checksum checksum1, Checksum checksum2)
public void update(int b)
update
Checksum
public void update(byte[] b, int off, int len)
public long getValue()
getValue
public void reset()
reset
Copyright © 2016. All rights reserved.