Skip to content

v2.6.84

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 05 Apr 21:03
· 1362 commits to master since this release

Added checkPasswordOnly option when creating a ZipReader instance or calling ZipReader#getData() to test if the password is valid without extracting data.

FS API:

  • added isPasswordProtected() and checkPassword() methods in ZipEntry and FS
  • FS#import* and ZipDirectoryEntry#import* methods return the imported entries
  • implemented FS#importZip()