Methods Summary |
---|
public long | getValue()Returns the current calculated checksum value.
|
public void | reset()Resets the checksum value applied before beginning calculations on a new
stream of data.
|
public void | update(int val)Updates the checksum value with the given byte.
|
public void | update(byte[] buf, int off, int nbytes)Updates the checksum with the given bytes.
|