jar

io.github.tsabirgaliev : zip

Maven & Gradle

Mar 20, 2017

Lazy streaming zip · 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.

Table Of Contents

Latest Version

Download io.github.tsabirgaliev : zip JAR file - Latest Versions:

All Versions

Download io.github.tsabirgaliev : zip JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zip-1.0.0.Beta3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.tsabirgaliev

├─ io.github.tsabirgaliev.ZipperInputStream.class - [JAR]