Crc32.Update Method (Byte[])

Updates the checksum with the bytes taken from the array.

[Visual Basic]
NotOverridable Overloads Public Sub Update( _
   ByVal buffer As Byte() _
)
[C#]
public final void Update(
   byte[] buffer
);

Parameters

buffer

buffer an array of bytes

See Also

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