Package edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.compressors.lzma


package edu.internet2.middleware.grouperInstallerExt.org.apache.commons.compress.compressors.lzma

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

The class in this package is a wrapper around edu.internet2.middleware.grouperInstallerExt.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.