1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

some more proto support for files encryption

This commit is contained in:
Nikolay Pultsin 2014-03-25 02:54:48 +02:00
parent 87423183dd
commit c2b41adb38
3 changed files with 42 additions and 0 deletions

View file

@ -59,6 +59,7 @@ public:
static JavaClass Class_java_io_InputStream;
static JavaClass Class_ZLibrary;
static JavaClass Class_ZLFile;
static JavaClass Class_FileEncryptionInfo;
static JavaClass Class_ZLFileImage;
static JavaClass Class_ZLTextModel;
static JavaClass Class_CachedCharStorageException;
@ -99,6 +100,8 @@ public:
static shared_ptr<BooleanMethod> Method_ZLFile_isDirectory;
static shared_ptr<LongMethod> Method_ZLFile_size;
static shared_ptr<Constructor> Constructor_FileEncryptionInfo;
static shared_ptr<Constructor> Constructor_ZLFileImage;
static shared_ptr<StaticObjectMethod> StaticMethod_NativeFormatPlugin_create;