Skip to content

v2.2.20

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 05 Mar 00:56
· 2553 commits to master since this release
  • Add the option signal to ZipWriter, ZipReader, ZipWriter#add and Entry#getData which allows you to abort the compression/decompression of a file (see usage examples here and here)
  • Add the option dataDescriptor to ZipWriter#add which allows you to include or not the data descriptor record (true by default). Setting it to false will automatically set the option bufferedWrite to true.