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

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

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

Updates the checksum with the bytes taken from the array.

public void Update(
   byte[] buffer,
   int offset,
   int count
);

Parameters

buffer
an array of bytes
offset
the start of the data used for this update
count
the number of bytes to use for this update

Implements

IChecksum.Update

See Also

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