Crc32.Update Method (Int32)

Updates the checksum with the int bval.

[Visual Basic]
NotOverridable Overloads Public Sub Update( _
   ByVal bval As Integer _
)
[C#]
public final void Update(
   int bval
);

Parameters

bval

the byte is taken as the lower 8 bits of bval

See Also

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