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:
parent
02659918c8
commit
64c8741734
21 changed files with 168 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue