See: Description
| Class | Description | 
|---|---|
| XZCompressorInputStream | XZ decompressor. | 
| XZCompressorOutputStream | XZ compressor. | 
| XZUtils | Utility code for the xz compression format. | 
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
The classes in this package are wrappers around org.tukaani.xz.XZInputStream and
      org.tukaani.xz.XZOutputStream provided by the public
      domain XZ for Java
      library.
Copyright © 2018 The Apache Software Foundation. All rights reserved.