Interface IFileChecksumGenerator
- 
- All Known Implementing Classes:
- JavaSha1ChecksumGenerator
 
 public interface IFileChecksumGeneratorInterface for implementations of generators of file checksums- Author:
- Gary O'Neall
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileChecksum(File file)Generate a checksum for the file
 
- 
- 
- 
Method Detail- 
getFileChecksumString getFileChecksum(File file) throws IOException Generate a checksum for the file- Parameters:
- file- File to generate the checksum for
- Returns:
- the checksum for the file
- Throws:
- IOException- on errors reading the file
 
 
- 
 
-