public class Checksums extends Object
| Constructor and Description | 
|---|
| Checksums() | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | getChecksum(String name) | 
| Map<String,byte[]> | getChecksums() | 
| Date | getModificationDate(String name) | 
| Map<String,Date> | getModificationDates() | 
| Checksums | readFromFile(File toReadFrom) | 
| Checksums | setChecksum(String name,
           byte[] checksum) | 
| Checksums | setModificationDate(String name,
                   Date modificationDate) | 
| Checksums | writeToFile(File toWriteTo) | 
public byte[] getChecksum(String name)
public Checksums writeToFile(File toWriteTo) throws IOException
IOExceptionpublic Checksums readFromFile(File toReadFrom) throws IOException
IOExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.