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.
Currently only decoding for some basic compression formats is contained. Further development will be happen on demand.
This project is subject to the LGPLv3. See LICENSE information for details.