1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

RTF support

This commit is contained in:
Nikolay Pultsin 2012-03-22 21:57:05 +00:00
parent 5f6eb8a469
commit 5f6223353d
17 changed files with 1562 additions and 4 deletions

View file

@ -127,6 +127,7 @@ public:
static jobjectArray createStringArray(JNIEnv *env, const std::vector<std::string> &data);
static void throwRuntimeException(JNIEnv *env, const std::string &message);
static void throwBookReadingException(JNIEnv *env, const std::string &resourceId, const std::string &filePath);
};
#endif /* __ANDROIDUTIL_H__ */