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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic longCalculates the checksum of the specified serializable object.
- 
Constructor Details- 
KChecksumUtilpublic KChecksumUtil()
 
- 
- 
Method Details- 
calculateChecksumCalculates the checksum of the specified serializable object.- Parameters:
- o- the serializable object to calculate the checksum on
- Returns:
- the checksum of the specified object
 
 
-