mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
update zip entry cache every time base file is modified
This commit is contained in:
parent
0a90ed38cd
commit
7d5ad20f14
11 changed files with 42 additions and 2 deletions
|
@ -117,6 +117,7 @@ public:
|
|||
static shared_ptr<StringMethod> Method_ZLFile_getPath;
|
||||
static shared_ptr<BooleanMethod> Method_ZLFile_isDirectory;
|
||||
static shared_ptr<LongMethod> Method_ZLFile_size;
|
||||
static shared_ptr<LongMethod> Method_ZLFile_lastModified;
|
||||
|
||||
static shared_ptr<Constructor> Constructor_FileInfo;
|
||||
static shared_ptr<Constructor> Constructor_FileEncryptionInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue