mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
JNIKiwixReader ctor taking a file descriptor
... and a corresponding unit test
This commit is contained in:
committed by
Emmanuel Engelhart
parent
98d69ef59b
commit
4d23e44de7
@ -55,7 +55,8 @@ class Reader
|
||||
* unsplitted path as if the file were not splitted
|
||||
* (.zim extesion).
|
||||
*/
|
||||
Reader(const string zimFilePath);
|
||||
explicit Reader(const string zimFilePath);
|
||||
explicit Reader(int fd);
|
||||
~Reader() = default;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user