jar

io.github.nejckorasa : s3-stream-unzip

Maven & Gradle

Dec 21, 2022
36 stars

s3-stream-unzip · Manages unzipping of data in AWS S3 utilizing stream download and multipart upload

Table Of Contents

Latest Version

Download io.github.nejckorasa : s3-stream-unzip JAR file - Latest Versions:

All Versions

Download io.github.nejckorasa : s3-stream-unzip 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 s3-stream-unzip-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.nejckorasa.s3.upload

├─ io.github.nejckorasa.s3.upload.Assertions.class - [JAR]

├─ io.github.nejckorasa.s3.upload.S3MultipartUpload.class - [JAR]

├─ io.github.nejckorasa.s3.upload.S3MultipartUploadException.class - [JAR]

io.github.nejckorasa.s3.unzip

├─ io.github.nejckorasa.s3.unzip.S3UnzipException.class - [JAR]

├─ io.github.nejckorasa.s3.unzip.S3UnzipManager.class - [JAR]

├─ io.github.nejckorasa.s3.unzip.S3ZipFile.class - [JAR]

io.github.nejckorasa.s3.unzip.strategy

├─ io.github.nejckorasa.s3.unzip.strategy.NoSplitUnzipStrategy.class - [JAR]

├─ io.github.nejckorasa.s3.unzip.strategy.SplitTextUnzipStrategy.class - [JAR]

├─ io.github.nejckorasa.s3.unzip.strategy.UnzipStrategy.class - [JAR]