Adler32.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

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