jar

io.github.q3769 : chunk4j

Maven & Gradle

Jul 29, 2023
3 stars

chunk4j · A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.

Table Of Contents

Latest Version

Download io.github.q3769 : chunk4j JAR file - Latest Versions:

All Versions

Download io.github.q3769 : chunk4j JAR file - All Versions:

Version Vulnerabilities Size Updated
20230729.0.x
20230621.0.x
20230309.0.x
20230123.0.x
20230122.0.x
20221028.1.x
20221028.0.x
20221016.0.x
20221001.0.x
20220116.0.x
20211210.0.x
20211208.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 chunk4j-20230729.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

chunk4j

├─ chunk4j.Chopper.class - [JAR]

├─ chunk4j.Chunk.class - [JAR]

├─ chunk4j.ChunkChopper.class - [JAR]

├─ chunk4j.ChunkStitcher.class - [JAR]

├─ chunk4j.Stitcher.class - [JAR]

Advertisement