mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
JNIKiwixReader can open an embedded ZIM archive
This commit is contained in:
committed by
Emmanuel Engelhart
parent
4d23e44de7
commit
9cdf7a44c0
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user