v2.2.34
·
2436 commits
to master
since this release
- add
onprogressoption when callingZipReader#getEntriesandZipWriter#close(useful when the file contains a lot of entries) - add
lastModDateoption when creatingZipWriterobjects in order to to set the same last modification date to all entries - throw an error if attempting to create a file needing zip64 (e.g. weighting more than 4 GB) but
keepOrderoption is explicitly set tofalse - avoid corrupting zip files if
ZipWriter#addthrows an error when writing data. The error object has a propertyfileEntryCorruptedset totrueif the entry is corrupted. When at least one entry is corruptedZipWriter#hasCorruptedEntriesis also set totrue.