See: Description
Class | Description |
---|---|
LZMACompressorInputStream |
LZMA decompressor.
|
LZMACompressorOutputStream |
LZMA compressor.
|
LZMAUtils |
Utility code for the lzma compression format.
|
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.
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.