Package dk.netarkivet.archive.checksum

Interface 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.
 

Class Summary
ChecksumFileApplication This class is used to start the checksum file application.
DatabaseChecksumArchive A ChecksumArchive persisted with a Berkeley DB JE Database.
FileChecksumArchive A checksum archive in the form of a file (as alternative to a database).