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

SharpZip Compression Library

SharpZip Compression Library

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

Update Crc based on a portion of a block of data

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

Parameters

buf
block of data
off
index of first byte to use
len
number of bytes to use

Implements

IChecksum.Update

See Also

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