Package org.apache.commons.compress.compressors.lzma

Provides a stream class decompressing streams using the "stand-alone" LZMA algorithm.

See: Description

Package org.apache.commons.compress.compressors.lzma Description

Provides a stream class decompressing streams using the "stand-alone" LZMA algorithm.

The class in this package is a wrapper around org.tukaani.xz.LZMAInputStream and provided by the public domain XZ for Java library.

In general you should prefer the more modern and robust XZ format over stand-alone LZMA compression.

Copyright © 2016 The Apache Software Foundation. All rights reserved.