Class ChecksumUtility

java.lang.Object
com.renomad.minum.database.ChecksumUtility

public class ChecksumUtility extends Object
This class contains some functions related to the "checksum" feature of the database. The "checksum" is a hash that is created when the database writes data to a file, and is checked when reading that file.
If the value is different than expected while reading, an exception will be thrown indicating data corruption.