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

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

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

Update Crc based on a portion of a block of data

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

Parameters

buffer
block of data
offset
index of first byte to use
count
number of bytes to use

Implements

IChecksum.Update

See Also

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