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

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

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

Adds the byte array to the data checksum.

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

Parameters

buffer
The buffer which contains the data
offset
The offset in the buffer where the data starts
count
the number of data bytes to add.

See Also

IChecksum Interface | ICSharpCode.SharpZipLib.Checksums Namespace | IChecksum.Update Overload List