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:
parent
0ed21e3026
commit
848b955b6b
9 changed files with 230 additions and 29 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue