mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
work in progress
This commit is contained in:
parent
aba621c9de
commit
93e3df976b
11 changed files with 69 additions and 67 deletions
|
@ -28,7 +28,7 @@ public abstract class FormatPlugin {
|
|||
public abstract boolean acceptsFile(ZLFile file);
|
||||
public abstract boolean readMetaInfo(Book book);
|
||||
public abstract boolean readModel(BookModel model);
|
||||
public abstract ZLImage readCover(Book book);
|
||||
public abstract ZLImage readCover(ZLFile file);
|
||||
|
||||
/*
|
||||
public static void detectEncodingAndLanguage(Book book, InputStream stream) throws IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue