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

readMetaInfo -> readMetainfo

This commit is contained in:
Nikolay Pultsin 2014-06-10 10:17:26 +01:00
parent 456a320625
commit aeb905a08d
29 changed files with 45 additions and 45 deletions

View file

@ -48,7 +48,7 @@ public abstract class FormatPlugin {
public List<FileEncryptionInfo> readEncryptionInfos(Book book) {
return Collections.emptyList();
}
public abstract void readMetaInfo(Book book) throws BookReadingException;
public abstract void readMetainfo(Book book) throws BookReadingException;
public abstract void readUids(Book book) throws BookReadingException;
public abstract void readModel(BookModel model) throws BookReadingException;
public abstract void detectLanguageAndEncoding(Book book) throws BookReadingException;