jar

io.github.q3769.qlib : chunk4j

Maven & Gradle

Dec 03, 2021
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.qlib : chunk4j JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
20211201.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-20211201.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

qlib.chunk4j

├─ qlib.chunk4j.Chopper.class - [JAR]

├─ qlib.chunk4j.Chunk.class - [JAR]

├─ qlib.chunk4j.ChunksChopper.class - [JAR]

├─ qlib.chunk4j.ChunksStitcher.class - [JAR]

├─ qlib.chunk4j.Stitcher.class - [JAR]

Advertisement