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

new style format info + functional interface for all list calls in BookCollectionShadow

This commit is contained in:
Nikolay Pultsin 2015-02-13 07:40:46 +00:00
parent a725008af9
commit 949eda31ba
7 changed files with 174 additions and 158 deletions

View file

@ -41,6 +41,10 @@ public abstract class FormatPlugin {
return myFileType;
}
public final String name() {
return myFileType + "!!!";
}
public ZLFile realBookFile(ZLFile file) throws BookReadingException {
return file;
}