See: Description
Class | Description |
---|---|
LZMACompressorInputStream |
LZMA decompressor.
|
LZMACompressorOutputStream |
LZMA compressor.
|
LZMAUtils |
Utility code for the lzma compression format.
|
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.
Copyright © 2010 - 2020 Adobe. All Rights Reserved