mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
FileEncryptionInfo usages
This commit is contained in:
parent
38b5aa56f6
commit
b13d73fa2f
7 changed files with 60 additions and 11 deletions
|
@ -41,6 +41,7 @@ class ObjectArrayMethod;
|
|||
class StaticObjectMethod;
|
||||
|
||||
class ZLFile;
|
||||
class FileEncryptionInfo;
|
||||
class ZLFileImage;
|
||||
|
||||
class AndroidUtil {
|
||||
|
@ -156,6 +157,7 @@ public:
|
|||
static std::string convertNonUtfString(const std::string &str);
|
||||
|
||||
static jobject createJavaFile(JNIEnv *env, const std::string &path);
|
||||
static jobject createJavaEncryptionInfo(JNIEnv *env, shared_ptr<FileEncryptionInfo> info);
|
||||
static jobject createJavaImage(JNIEnv *env, const ZLFileImage &image);
|
||||
|
||||
static jintArray createJavaIntArray(JNIEnv *env, const std::vector<jint> &data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue