1
0
Fork 0
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:
Nikolay Pultsin 2014-06-07 08:40:38 +01:00
parent 0a90ed38cd
commit 7d5ad20f14
11 changed files with 42 additions and 2 deletions

View file

@ -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;