Uses of Package
dk.netarkivet.archive.checksum

Packages that use dk.netarkivet.archive.checksum
dk.netarkivet.archive.checksum   
dk.netarkivet.archive.checksum.distribute   
 

Classes in dk.netarkivet.archive.checksum used by dk.netarkivet.archive.checksum
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.
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).
 

Classes in dk.netarkivet.archive.checksum used by dk.netarkivet.archive.checksum.distribute
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.