adding isReady()

This commit is contained in:
Dave
2015-01-05 23:10:48 +02:00
parent 54ca67d27a
commit 329cfb4d97
2 changed files with 8 additions and 0 deletions

View File

@@ -12,4 +12,5 @@ public interface NoHashSphereInterface {
public void removeHash(String hash) throws IOException;
public boolean checkHash(String hash);
public long size();
public boolean isReady();
}