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
- Host: GitHub
- URL: https://github.com/compress4j/compress4j
- Owner: compress4j
- License: apache-2.0
- Created: 2024-05-21T12:45:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T12:37:53.000Z (5 months ago)
- Last Synced: 2025-12-21T18:32:43.357Z (5 months ago)
- Topics: 7z, apache-compress, archive, bzip2, compress, compress4j, gzip, jar, jarchivelib, java, rar, tar, zip
- Language: Java
- Homepage: https://compress4j.github.io/
- Size: 982 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.