Skip to content

io.github.q3769.chunk4j 20230729.0.20240820 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.q3769</groupId>
  <artifactId>chunk4j</artifactId>
  <version>20230729.0.20240820</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

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.