1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

'Annotation' section has been added to the book info dialog

This commit is contained in:
Nikolay Pultsin 2010-12-19 01:51:10 +00:00
parent 02659918c8
commit 64c8741734
21 changed files with 168 additions and 4 deletions

View file

@ -29,6 +29,7 @@ public abstract class FormatPlugin {
public abstract boolean readMetaInfo(Book book);
public abstract boolean readModel(BookModel model);
public abstract ZLImage readCover(ZLFile file);
public abstract String readAnnotation(ZLFile file);
/*
public static void detectEncodingAndLanguage(Book book, InputStream stream) throws IOException {