JNIKiwixReader can open an embedded ZIM archive

This commit is contained in:
Veloman Yunkan
2020-11-30 00:05:22 +04:00
committed by Emmanuel Engelhart
parent 4d23e44de7
commit 9cdf7a44c0
5 changed files with 54 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class Reader
*/
explicit Reader(const string zimFilePath);
explicit Reader(int fd);
Reader(int fd, zim::offset_type offset, zim::size_type size);
~Reader() = default;
/**