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:
parent
87423183dd
commit
c2b41adb38
3 changed files with 42 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue