Public Instance Constructors
Adler32 Constructor |
Creates a new instance of the Adler32 class.
The checksum starts off with a value of 1.
|
Public Instance Properties
Value |
Returns the Adler32 data checksum computed so far.
|
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