v2.7.50
·
1097 commits
to master
since this release
- Added the new option
passThroughinZipReader,ZipWriter, andZipDirectoryEntry#importmethods. This allows reading/writing directly the raw data of zip entries without processing it (i.e. compressing or/and encrypting data) - Added the new option
offsetinZipWriter. This allows setting the offset of the first entry in the file to a value > 0. This can be useful when creating zip files with prepended data - Completed the implementation of the
bitFlagproperty inZipWriter. It will now take into account the level of compression and update the bit flag value accordingly. - Updated dev dependencies