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,
boolean nonDeterministic) |
HashFile.ComparisonResult |
compareTo(HashFile other,
String thisName,
String otherName) |
boolean |
isNonDeterministic() |
static HashFile |
loadFrom(String file) |
void |
saveTo(String file) |
public void add(String hash, String table, boolean nonDeterministic) 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)
public boolean isNonDeterministic()
Copyright © 2025. All rights reserved.