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

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.