An open API service indexing awesome lists of open source software.

https://github.com/compress4j/compress4j

A simple archiving and compression library for Java
https://github.com/compress4j/compress4j

7z apache-compress archive bzip2 compress compress4j gzip jar jarchivelib java rar tar zip

Last synced: 3 months ago
JSON representation

A simple archiving and compression library for Java

Awesome Lists containing this project

README

          

= Compress4J

image:https://img.shields.io/maven-central/v/io.github.compress4j/compress4j[Maven Central Version]
image:https://github.com/compress4j/compress4j/actions/workflows/ci.yml/badge.svg[Build Status]
image:https://sonarcloud.io/api/project_badges/measure?project=compress4j_compress4j&metric=alert_status[Quality Gate Status,link=https://sonarcloud.io/summary/new_code?id=compress4j_compress4j]
image:https://sonarcloud.io/api/project_badges/measure?project=compress4j_compress4j&metric=coverage[Coverage Status,link=https://sonarcloud.io/summary/new_code?id=compress4j_compress4j]

A simple archiving and compression library for Java that provides a thin and easy-to-use API layer on top of the
powerful and feature-rich http://commons.apache.org/proper/commons-compress/[org.apache.commons.compress].

This project is a fork of https://github.com/thrau/jarchivelib[JArchiveLib].

== Documentation

Documentation for this is built using https://antora.org/[Antora], available at https://compress4j.github.io

=== Basic Antora Setup

* The documentation pages are stored in the `docs/modules/ROOT/pages` folder.