All Classes
| Class | Description |
|---|---|
| ARMOptions |
BCJ filter for little endian ARM instructions.
|
| ARMThumbOptions |
BCJ filter for little endian ARM-Thumb instructions.
|
| ArrayCache |
Caches large arrays for reuse (base class and a dummy cache implementation).
|
| BasicArrayCache |
A basic
ArrayCache implementation. |
| CloseIgnoringInputStream |
An
InputStream wrapper whose close() does nothing. |
| CorruptedInputException |
Thrown when the compressed input data is corrupt.
|
| DeltaInputStream |
Decodes raw Delta-filtered data (no XZ headers).
|
| DeltaOptions |
Delta filter options.
|
| FilterOptions |
Base class for filter-specific options classes.
|
| FinishableOutputStream |
Output stream that supports finishing without closing
the underlying stream.
|
| FinishableWrapperOutputStream |
Wraps an output stream to a finishable output stream for use with
raw encoders.
|
| IA64Options |
BCJ filter for Itanium (IA-64) instructions.
|
| LZMA2InputStream |
Decompresses a raw LZMA2 stream (no XZ headers).
|
| LZMA2Options |
LZMA2 compression options.
|
| LZMAInputStream |
Decompresses legacy .lzma files and raw LZMA streams (no .lzma header).
|
| LZMAOutputStream |
Compresses into the legacy .lzma file format or into a raw LZMA stream.
|
| MemoryLimitException |
Thrown when the memory usage limit given to the XZ decompressor
would be exceeded.
|
| PowerPCOptions |
BCJ filter for big endian PowerPC instructions.
|
| ResettableArrayCache |
An ArrayCache wrapper that remembers what has been allocated
and allows returning all allocations to the underlying cache at once.
|
| SeekableFileInputStream |
Wraps a
RandomAccessFile
in a SeekableInputStream. |
| SeekableInputStream |
Input stream with random access support.
|
| SeekableXZInputStream |
Decompresses a .xz file in random access mode.
|
| SingleXZInputStream |
Decompresses exactly one XZ Stream in streamed mode (no seeking).
|
| SPARCOptions |
BCJ filter for SPARC.
|
| UnsupportedOptionsException |
Thrown when compression options not supported by this implementation
are detected.
|
| X86Options |
BCJ filter for x86 (32-bit and 64-bit) instructions.
|
| XZ |
XZ constants.
|
| XZFormatException |
Thrown when the input data is not in the XZ format.
|
| XZInputStream |
Decompresses a .xz file in streamed mode (no seeking).
|
| XZIOException |
Generic
IOException specific to this package. |
| XZOutputStream |
Compresses into the .xz file format.
|