XZ for Java

This aims to be a complete implementation of XZ data compression in pure Java. Single-threaded streamed compression and decompression and random access decompression have been fully implemented. Threading is planned but it is unknown when it will be implemented.

Source code

The file has been signed with this OpenPGP key.

See the NEWS file for a summary of changes between versions.

xz-java-1.1.zip (117 KiB) signature

Git repository

git clone git.tukaani.org/xz-java.git

Gitweb

Binaries

Starting from the version 1.0, XZ for Java is available in Maven Central: groupId = org.tukaani, artifactId = xz.

Documentation

The API documentation was generated from the latest release with javadoc.

Licensing

This Java implementation of XZ has been put into the public domain, thus you can do whatever you want with it. All the files in the package have been written by Lasse Collin, but some files are heavily based on public domain code written by Igor Pavlov.


gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.