All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by zipinputstream with all dependencies

Search JAR files by class name

ZipInputStreamPatch64 from group io.chandler (version 1.0.0)

Patch correcting a ZipInputStream bug related to ZIP64 data descriptors and small files

Group: io.chandler Artifact: ZipInputStreamPatch64
Show documentation Show source 
 

0 downloads
Artifact ZipInputStreamPatch64
Group io.chandler
Version 1.0.0
Last update 09. December 2022
Organization not specified
URL https://github.com/cjgriscom/ZipInputStreamPatch64
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

zip from group io.github.tsabirgaliev (version 1.0.0.Beta3)

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.

Group: io.github.tsabirgaliev Artifact: zip
Show documentation Show source 
 

1 downloads
Artifact zip
Group io.github.tsabirgaliev
Version 1.0.0.Beta3
Last update 20. March 2017
Organization not specified
URL https://github.com/tsabirgaliev/zip
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 1 (items total 2)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy