The members of Java.Util.Zip.IChecksum are listed below.
Public Properties
[read-only] | Value | long. Returns the current calculated checksum value. |
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. |