Uses of Class
ca.cgjennings.apps.arkham.plugins.catalog.MD5Checksum
-
Packages that use MD5Checksum Package Description ca.cgjennings.apps.arkham.plugins.catalog -
-
Uses of MD5Checksum in ca.cgjennings.apps.arkham.plugins.catalog
Methods in ca.cgjennings.apps.arkham.plugins.catalog that return MD5Checksum Modifier and Type Method Description static MD5Checksum
MD5Checksum. forFile(java.io.File f)
Returns a new checksum that contains a checksum value for the given file.Methods in ca.cgjennings.apps.arkham.plugins.catalog with parameters of type MD5Checksum Modifier and Type Method Description void
Listing. setChecksum(MD5Checksum checksum)
Sets the checksum value for the listing from a computed checksum value, or removes it ifnull
.
-