Adds one byte to the data checksum.
[Visual Basic]
Sub Update( _
   ByVal bval As Integer _
)
[C#]
void Update(
   int bval
);
Parameters
bval
the data value to add. The high byte of the int is ignored.
See Also
IChecksum Interface | IChecksum Members | ICSharpCode.SharpZipLib.Checksums Namespace | IChecksum.Update Overload List