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

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

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

Adds the byte array to the data checksum.

public 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 update the CRC with.

Implements

IChecksum.Update

See Also

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