Update Method

Updates the checksum with the bytes taken from the array.

Overload List

Updates the checksum with the bytes taken from the array.

public final void Update(byte[],int,int);

Updates the checksum with the bytes taken from the array.

public final void Update(byte[]);

Updates the checksum with the byte b.

public final void Update(int);

See Also

Adler32 Class | Adler32 Members | ICSharpCode.SharpZipLib.Checksums Namespace