Adler32 Members

SharpZip Compression Library

SharpZip Compression Library

Adler32 Members

Adler32 overview

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) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Reset Resets the Adler32 checksum to the initial value.
ToString (inherited from Object) Returns a String that represents the current Object.
UpdateOverloaded. Updates the checksum with the bytes taken from the array.

See Also

Adler32 Class | ICSharpCode.SharpZipLib.Checksums Namespace