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

Provides stream classes using the "stand-alone" LZMA algorithm.

The classes in this package are wrappers around stream classes 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.