public class HashFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HashFile.ComparisonResult |
| Constructor and Description |
|---|
HashFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String hash,
String table) |
HashFile.ComparisonResult |
compareTo(HashFile other,
String thisName,
String otherName) |
static HashFile |
loadFrom(String file) |
void |
saveTo(String file) |
public void add(String hash, String table) throws InvalidHashFileException
InvalidHashFileExceptionpublic void saveTo(String file) throws IOException
IOExceptionpublic static HashFile loadFrom(String file) throws FileNotFoundException, IOException, InvalidHashFileException
public HashFile.ComparisonResult compareTo(HashFile other, String thisName, String otherName)
Copyright © 2025. All rights reserved.