Updates the checksum with the bytes taken from the array.
[Visual Basic]
NotOverridable Overloads Public Sub Update( _
   ByVal buf As Byte(), _
   ByVal off As Integer, _
   ByVal len As Integer _
)
[C#]
public final void Update(
   byte[] buf,
   int off,
   int len
);
Parameters
buf
an array of bytes
off
the start of the data used for this update
len
the number of bytes to use for this update
See Also
Adler32 Class | Adler32 Members | ICSharpCode.SharpZipLib.Checksums Namespace | Adler32.Update Overload List