| Class | Description |
|---|---|
| LzmaInputStream |
This class provides an
InputStream for decoding data using
the Lempel-Ziv-Markov chain algorithm. |
| LzmaInputStreamSettings |
This object contains configuration that decides how a
LzmaInputStream
behaves. |
| LzmaOutputStream |
This class provides an
OutputStream for encoding data using
the Lempel-Ziv-Markov chain algorithm. |
| LzmaOutputStreamSettings |
This configuration object contains settings for the
LzmaOutputStream. |
| LzmaReadableFile |
This is a
ReadableFile that transparently decompresses the contents
of a wrapped file using LZMA compression. |
| LzmaWritableFile |
This is a
WritableFile that transparently compresses the data written
to a file using LZMA compression. |
| Enum | Description |
|---|---|
| MatchFinderAlgorithm |
This is an enumeration over the different match finder algorithms that are
known by the LZMA encoder.
|