![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The CRC32 checksum class.
The default constructor.
Murl.Util.CRC32Checksum new()
Calculate the CRC32 checksum from a data object.
Integer Calculate(Murl.ConstData data)
data | The source data object. |
Calculate the MD5 checksum from a string.
String CalculateHex(String srcString)
srcString | The source string object. |
Calculate the MD5 checksum from a data object.
String CalculateHex(Murl.ConstData data)
data | The source data object. |
Get the hex-encoded checksum string from the recent checksum calculation.
String GetChecksumHex()
Get the checksum from the recent checksum calculation.
Integer GetChecksum()