See: 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.