Gemstone IO Library
C#
VB
C++
JavaScript
Show/Hide TOC
Crc
32
Update Method
Overload List
Update(
Byte
)
Updates the checksum with the bytes taken from the array.
Update(Int32)
Updates the checksum with the integer value.
Update(
Byte
, Int32, Int32)
Adds the byte array to the data checksum.
See Also
Reference
Crc32 Class
Gemstone.IO.Checksums Namespace
In This Article
Overload List
See Also