1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

disk-based image map has gone

This commit is contained in:
Nikolay Pultsin 2012-03-27 15:53:11 +01:00
parent e65cb4a501
commit 5518e9ef78
19 changed files with 79 additions and 378 deletions

View file

@ -40,6 +40,7 @@ public:
static const char * const Class_java_io_PrintStream;
static const char * const Class_ZLibrary;
static const char * const Class_ZLFile;
static const char * const Class_ZLFileImage;
static const char * const Class_NativeFormatPlugin;
static const char * const Class_PluginCollection;
static const char * const Class_Encoding;
@ -76,6 +77,8 @@ public:
static jmethodID MID_ZLFile_isDirectory;
static jmethodID MID_ZLFile_size;
static jmethodID MID_ZLFileImage_init;
static jmethodID MID_NativeFormatPlugin_init;
static jmethodID MID_NativeFormatPlugin_supportedFileType;
@ -109,12 +112,12 @@ public:
static jmethodID SMID_Tag_getTag;
static jfieldID FID_NativeBookModel_Book;
static jmethodID MID_NativeBookModel_initImageMap;
static jmethodID MID_NativeBookModel_initInternalHyperlinks;
static jmethodID MID_NativeBookModel_initTOC;
static jmethodID MID_NativeBookModel_createTextModel;
static jmethodID MID_NativeBookModel_setBookTextModel;
static jmethodID MID_NativeBookModel_setFootnoteModel;
static jmethodID MID_NativeBookModel_addImage;
static jmethodID SMID_BookReadingException_throwForFile;