zip4j
zip4j copied to clipboard
A Java library for zip files and streams
I have a program which extracts zip files, it works fine with almost all zips but with one zip everytime I get a java.io.IOException: Invalid file path. I don't know...
I am using the last release of the library. What I have is two different servers, one where my App is running using the library and another one where I...
can you sovle this problem to make me happy?
Hi, I have look at the example here https://github.com/srikanth-lingala/zip4j#adding-entries-with-zipoutputstream Where we are zipping file using stream, but it was doing password protected each file instead of the zip file itself?...
# Security Vulnerability Fix This pull request fixes a partial-path traversal vulnerability due to an insufficient path traversal guard. Even if you deem, as the maintainer of this project, this...
after android 11 launched i can't extract the zip using the java.io.file method anymore which is where i am now using the SAF Storage Access Framework, SAF itself uses Uri...
Hello, I have zip which I extract with extractAll(), but inside it there are more zips. Could you please tell me if there is a way of extracting nested zips....
The following code can reproduce the exception. ```java import java.io.ByteArrayInputStream; import java.nio.file.Files; import java.nio.file.Paths; import java.util.Arrays; import java.util.List; import net.lingala.zip4j.ZipFile; import net.lingala.zip4j.model.FileHeader; import net.lingala.zip4j.model.ZipParameters; import net.lingala.zip4j.model.enums.CompressionLevel; public class ZipTest {...
Hi, I was running the zip4j library in a docker container. When I tried to extract something in the root directory, I received the following error: net.lingala.zip4j.exception.ZipException: illegal file name...
the zip function createSplitZipFile(List filesToAdd, ZipParameters parameters, boolean splitArchive, long splitLength),when the parameter filesToAdd contains file and folders,the zip4j only deal with file, the files in the folder are not...