[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
);
See Also
StrangeCRC Class | StrangeCRC Members | ICSharpCode.SharpZipLib.Checksums Namespace | StrangeCRC.Update Overload List