zip4j
zip4j copied to clipboard
A Java library for zip files and streams
It's not convenient and not performant to use while loops to wait until ProgressMonitor state changes. I think it would be great to add state callbacks mechanism, so it will...
Hi, We have a use case where we have a large file of around 2GB. We split the file into smaller parts and transfer via an api. The receiving api...
Crashed on 2.11.2, then I switched back to 2.11.1, everything works fine. Android: 6.0.1 java.lang.NoSuchMethodError: No virtual method toPath()Ljava/nio/file/Path; in class Ljava/io/File; or its super classes (declaration of 'java.io.File' appears...
Hi I am using this library to to zip folder but in first attempt I am getting file not found exception after going to app setting and uncheck storage permission...
A very common usecase is to zip some files into a temporary archive. The most straightforward way to do this would be to create a temp file and then feed...
Just want to specify this upfront. I have done my best to try and understand what's going on before posting here, so if there's something I'm missing, please feel free...
I am using the latest version and in some cases I am getting the following message: Expected central directory entry not found (#1) TYPE: UNKNOWN I would like to share...
 ```java package Ninja.coder.Ghostemane.code.adapter; import Ninja.coder.Ghostemane.code.R; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import android.widget.LinearLayout; import android.widget.ImageView; import android.view.LayoutInflater; import androidx.recyclerview.widget.RecyclerView; import java.util.List; import net.lingala.zip4j.model.FileHeader; public class ZipListFileShowAd...
Could you please let me know if the latest release of zip4j supports extraction from .7z password protected files?
Hi, I've the problem that zip4j does not like umlauts (ä, ö, and ü) in a password. A normal password without any umlauts works fine. The zip-file can be extracted...