The methods of the Adler32 class are listed below. For a complete list of Adler32 class members, see the Adler32 Members topic.
Public Instance Methods
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Reset |
Resets the Adler32 checksum to the initial value.
|
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Update | Overloaded.
Updates the checksum with the bytes taken from the array.
|
Protected Instance Methods
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
See Also
Adler32 Class | ICSharpCode.SharpZipLib.Checksums Namespace