1
0
Fork 0
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:
Nikolay Pultsin 2010-12-18 13:26:37 +00:00
parent aba621c9de
commit 93e3df976b
11 changed files with 69 additions and 67 deletions

View file

@ -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 {