1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

getBookHash API method (not implemented yet)

This commit is contained in:
Nikolay Pultsin 2011-12-30 10:20:00 +00:00
parent 765c465302
commit a63666d224
4 changed files with 13 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public interface Api {
//List<String> getBookAuthors() throws ApiException;
List<String> getBookTags() throws ApiException;
String getBookFileName() throws ApiException;
String getBookHash() throws ApiException;
// text information
int getParagraphsNumber() throws ApiException;