Updates the checksum with the byte b.
[Visual Basic]
NotOverridable Overloads Public Sub Update( _
   ByVal bval As Integer _
)
[C#]
public final void Update(
   int bval
);
Parameters
bval
the data value to add. The high byte of the int is ignored.
See Also
Adler32 Class | Adler32 Members | ICSharpCode.SharpZipLib.Checksums Namespace | Adler32.Update Overload List