Adds the byte array to the data checksum.
[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
the buffer which contains the data
off
the offset in the buffer where the data starts
len
the length of the data
See Also
Crc32 Class | Crc32 Members | ICSharpCode.SharpZipLib.Checksums Namespace | Crc32.Update Overload List