Skip to content

hdecarne-github/java-compression

Repository files navigation

Java compression library

Publication Build Coverage

This project provides pure Java based implementations of several common compression algorithms. Main goal is to provide decoding support to the FileScanner project.

Most of the algorithms are ported from 7zip. However instead of providing an high-level API for accessing archives, this library provides the low level tools and bolts to handle encoded data streams.

In order to make it available to other projects and to use a license compatible with the re-used open source solutions this code is packaged in a separate project.

Current status

Currently only decoding for some basic compression formats is contained. Further development will be happen on demand.

License

This project is subject to the LGPLv3. See LICENSE information for details.