Adds the byte array to the data checksum.
[Visual Basic]
Sub Update( _
ByVal buf As Byte(), _
ByVal off As Integer, _
ByVal len As Integer _
)
[C#]
void Update(
byte[] buf,
int off,
int len
);
Parameters
buf
the buffer which contains the data
off
the offset in the buffer where the data starts
len
the length of the data
See Also
IChecksum Interface | IChecksum Members | ICSharpCode.SharpZipLib.Checksums Namespace | IChecksum.Update Overload List