1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

encryption.xml support

This commit is contained in:
Nikolay Pultsin 2014-02-15 19:03:43 +00:00
parent 0ed21e3026
commit 848b955b6b
9 changed files with 230 additions and 29 deletions

View file

@ -129,8 +129,8 @@ bool OEBPlugin::readMetaInfo(Book &book) const {
return OEBMetaInfoReader(book).readMetaInfo(opfFile(file));
}
const std::string &OEBPlugin::readEncryptionMethod(Book &book) const {
return OEBEncryptionReader().readEncryptionInfo(epubFile(book.file()));
std::string OEBPlugin::readEncryptionMethod(Book &book) const {
return OEBEncryptionReader().readEncryptionMethod(epubFile(book.file()));
}
bool OEBPlugin::readUids(Book &book) const {