Uses of Class
dk.netarkivet.archive.checksum.ChecksumArchive

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

Uses of ChecksumArchive in dk.netarkivet.archive.checksum
 

Subclasses of ChecksumArchive in dk.netarkivet.archive.checksum
 class 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.
 

Uses of ChecksumArchive in dk.netarkivet.archive.checksum.distribute
 

Fields in dk.netarkivet.archive.checksum.distribute declared as ChecksumArchive
protected  ChecksumArchive ChecksumFileServer.cs
          The archive which contain the actual data.