Adler32Update(Byte) Method
Updates the checksum with the byte value.
Namespace: Gemstone.IO.ChecksumsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.176 -- Release Build+0c66bfd187420d99e53fa75c4791032c2df9fc92
public void Update(
byte value
)
Public Sub Update (
value As Byte
)
Parameters
- value Byte
- The Byte value to use for the update.