Package highfive.model
Class HashFile
- java.lang.Object
-
- highfive.model.HashFile
-
public class HashFile extends Object
-
-
Constructor Summary
Constructors Constructor Description HashFile()
-
-
-
Method Detail
-
add
public void add(String hash, String table) throws InvalidHashFileException
- Throws:
InvalidHashFileException
-
saveTo
public void saveTo(String file) throws IOException
- Throws:
IOException
-
loadFrom
public static HashFile loadFrom(String file) throws FileNotFoundException, IOException, InvalidHashFileException
-
-