Adler32.Update Method (Byte[], Int32, Int32)

SharpZip Compression Library

SharpZip Compression Library

Adler32.Update Method (Byte[], Int32, Int32)

Updates the checksum with the bytes taken from the array.

public void Update(
   byte[] buf,
   int off,
   int len
);

Parameters

buf
an array of bytes
off
the start of the data used for this update
len
the number of bytes to use for this update

Implements

IChecksum.Update

See Also

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