zip4j
zip4j copied to clipboard
A Java library for zip files and streams
Compressed into zip format by windows rar Unzip this zip file on android The Chinese part is garbled as shown in the figur   e
I appreciate the open source code you provided I like it very much.the problem i'm having. Zip all files in the current folder throw exception net.lingala.zip4j.exception.ZipException: invalid operation - Zip4j...
```java net.lingala.zip4j.exception.ZipException: Symlink target xxx does not exist for link 'xxx' ``` what I need is ignore those invalid symlinks instead of get an exception.
https://github.com/srikanth-lingala/zip4j/issues/400 Reaching out to ask if this fixed a security vulnerability, or was it just a bug? If it was a bug, do you need assistance with vulnerability disclosure and...
Hi, I have got a problem with zip4j above 2.0 version. Durning using linux Centos7 the archive after compress with AES encritpion can't be unpacked. (whole code belowe) 7zip -...
Hi Srikanth sir, first of all thank you very much for your amazing zip4j library. Its like a life saver to me. As you know, "apk" files are also a...
Hi, why not use FileFilter and FilenameFilter for simplicity. It would be more standard-like. What do you think? Christian
Hi! Thanks for the opportunities in zip file handling provided in the library I've read the discussion in #229 and want to give my feedback about parallel compression and zip...
Hi Srikanth, Observing few files is getting extracted and other files showing wrong password while extracting. using 7-Zip to extract the zip file.
Hello, is there a way of merging to folders, when getting them packed into a zip archive? For example, I have `dir1/resources`, with `fol1` and `fol2` inside it. I also...