Package dk.netarkivet.archive.checksum

Class Summary
ChecksumArchive This abstract class is the interface for the checksum archives, which can be one of the following:
- FileChecksumArchive where the archive is placed in a single file.
ChecksumFileApplication This class is used to start the checksum file application.
FileChecksumArchive A checksum archive in the form of a file (as alternative to a database).
Each entry in the file is on its own line, thus the number of lines is the number of entries.
The entries on a line is in the format of a ChecksumJob:
'filename' + ## + 'checksum'
The lines are not sorted.