IChecksum.Update Method (Byte[])

Updates the data checksum with the bytes taken from the array.

[Visual Basic]
Sub Update( _
   ByVal buffer As Byte() _
)
[C#]
void Update(
   byte[] buffer
);

Parameters

buffer

buffer an array of bytes

See Also

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