The
methods
of Java.Util.Zip.IChecksum are listed below. For a list of all members, see the IChecksum Members list.
Public Methods
| Reset()Resets the checksum value applied before beginning calculations on a new
stream of data. |
| Update(int)Updates the checksum value with the given byte. |
| Update(byte[], int, int)Updates the checksum with the given bytes. |