Adler32.Update Method (Byte[])

SharpZip Compression Library

SharpZip Compression Library

Adler32.Update Method (Byte[])

Updates the checksum with an array of bytes.

public void Update(
   byte[] buffer
);

Parameters

buffer
The source of the data to update with.

Implements

IChecksum.Update

See Also

Adler32 Class | ICSharpCode.SharpZipLib.Checksums Namespace | Adler32.Update Overload List