- X86 - Class in org.tukaani.xz.simple
-
- X86(boolean, int) - Constructor for class org.tukaani.xz.simple.X86
-
- X86Options - Class in org.tukaani.xz
-
BCJ filter for x86 (32-bit and 64-bit) instructions.
- X86Options() - Constructor for class org.tukaani.xz.X86Options
-
- XZ - Class in org.tukaani.xz
-
XZ constants.
- XZFormatException - Exception in org.tukaani.xz
-
Thrown when the input data is not in the XZ format.
- XZFormatException() - Constructor for exception org.tukaani.xz.XZFormatException
-
Creates a new exception with the default error detail message.
- XZInputStream - Class in org.tukaani.xz
-
Decompresses a .xz file in streamed mode (no seeking).
- XZInputStream(InputStream) - Constructor for class org.tukaani.xz.XZInputStream
-
Creates a new XZ decompressor without a memory usage limit.
- XZInputStream(InputStream, ArrayCache) - Constructor for class org.tukaani.xz.XZInputStream
-
Creates a new XZ decompressor without a memory usage limit.
- XZInputStream(InputStream, int) - Constructor for class org.tukaani.xz.XZInputStream
-
Creates a new XZ decompressor with an optional memory usage limit.
- XZInputStream(InputStream, int, ArrayCache) - Constructor for class org.tukaani.xz.XZInputStream
-
Creates a new XZ decompressor with an optional memory usage limit.
- XZInputStream(InputStream, int, boolean) - Constructor for class org.tukaani.xz.XZInputStream
-
Creates a new XZ decompressor with an optional memory usage limit
and ability to disable verification of integrity checks.
- XZInputStream(InputStream, int, boolean, ArrayCache) - Constructor for class org.tukaani.xz.XZInputStream
-
Creates a new XZ decompressor with an optional memory usage limit
and ability to disable verification of integrity checks.
- XZIOException - Exception in org.tukaani.xz
-
Generic IOException
specific to this package.
- XZIOException() - Constructor for exception org.tukaani.xz.XZIOException
-
- XZIOException(String) - Constructor for exception org.tukaani.xz.XZIOException
-
- XZOutputStream - Class in org.tukaani.xz
-
Compresses into the .xz file format.
- XZOutputStream(OutputStream, FilterOptions) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using one filter and CRC64 as
the integrity check.
- XZOutputStream(OutputStream, FilterOptions, ArrayCache) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using one filter and CRC64 as
the integrity check.
- XZOutputStream(OutputStream, FilterOptions, int) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using one filter and the specified
integrity check type.
- XZOutputStream(OutputStream, FilterOptions, int, ArrayCache) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using one filter and the specified
integrity check type.
- XZOutputStream(OutputStream, FilterOptions[]) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using 1-4 filters and CRC64 as
the integrity check.
- XZOutputStream(OutputStream, FilterOptions[], ArrayCache) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using 1-4 filters and CRC64 as
the integrity check.
- XZOutputStream(OutputStream, FilterOptions[], int) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using 1-4 filters and the specified
integrity check type.
- XZOutputStream(OutputStream, FilterOptions[], int, ArrayCache) - Constructor for class org.tukaani.xz.XZOutputStream
-
Creates a new XZ compressor using 1-4 filters and the specified
integrity check type.