Package com.kheops.util
Class KChecksumUtil
java.lang.Object
com.kheops.util.KChecksumUtil
Utility abstract class used to easily calculate the checksum of any serializable
object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
Calculates the checksum of the specified serializable object.
-
Constructor Details
-
KChecksumUtil
public KChecksumUtil()
-
-
Method Details
-
calculateChecksum
Calculates the checksum of the specified serializable object.- Parameters:
o
- the serializable object to calculate the checksum on- Returns:
- the checksum of the specified object
-