All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download zip JAR 1.0.0.Beta3 with all dependencies


The Java JDK includes various means of creating/consuming compressed files. What is missing is easy way of creating lazy streamed zip archive, in spirit of java.util.zip.DeflaterInputStream. This implementation relies on the fact that the PKZIP specification allows archiving data streams of sizes not known upfront. This implies that the archives produced will be readable only by tools aware of this trick. Notably, java.util.zip.ZipInputStream is OK with that, so we use it to test compatibility.

Files of the artifact zip version 1.0.0.Beta3 from the group io.github.tsabirgaliev.

The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of zip Show documentation

Please rate this JAR file. Is it a good library?

1 downloads




© 2015 - 2024 Weber Informatics LLC | Privacy Policy