- CHECK_CRC32 - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID for CRC32.
- CHECK_CRC64 - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID for CRC64.
- CHECK_NONE - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID indicating that no integrity check is calculated.
- CHECK_SHA256 - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID for SHA-256.
- clone() - Method in class org.tukaani.xz.DeltaOptions
-
- clone() - Method in class org.tukaani.xz.LZMA2Options
-
- close() - Method in class org.tukaani.xz.DeltaInputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.FinishableWrapperOutputStream
-
Calls out.close()
.
- close() - Method in class org.tukaani.xz.LZMA2InputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.SeekableFileInputStream
-
Calls randomAccessFile.close()
.
- close() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.SingleXZInputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.XZInputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.XZOutputStream
-
Finishes compression and closes the underlying stream.
- CorruptedInputException - Exception in org.tukaani.xz
-
Thrown when the compressed input data is corrupt.
- CorruptedInputException() - Constructor for exception org.tukaani.xz.CorruptedInputException
-
Creates a new CorruptedInputException with
the default error detail message.
- CorruptedInputException(String) - Constructor for exception org.tukaani.xz.CorruptedInputException
-
Creates a new CorruptedInputException with
the specified error detail message.
- getBlockCheckType(int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets integrity check type (Check ID) of the given Block.
- getBlockCompPos(int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the position where the given compressed Block starts in
the underlying .xz file.
- getBlockCompSize(int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the compressed size of the given Block.
- getBlockCount() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the number of Blocks in the .xz file.
- getBlockNumber(long) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the number of the Block that contains the byte at the given
uncompressed position.
- getBlockPos(int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed start position of the given Block.
- getBlockSize(int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed size of the given Block.
- getCheckName() - Method in class org.tukaani.xz.SingleXZInputStream
-
Gets the name of the integrity check used in this XZ Stream.
- getCheckType() - Method in class org.tukaani.xz.SingleXZInputStream
-
Gets the ID of the integrity check used in this XZ Stream.
- getCheckTypes() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the types of integrity checks used in the .xz file.
- getDecoderMemoryUsage() - Method in class org.tukaani.xz.DeltaOptions
-
- getDecoderMemoryUsage(FilterOptions[]) - Static method in class org.tukaani.xz.FilterOptions
-
Gets how much memory the decoder will need with
the given filter chain.
- getDecoderMemoryUsage() - Method in class org.tukaani.xz.FilterOptions
-
Gets how much memory the decoder will need to decompress the data
that was encoded with these options.
- getDecoderMemoryUsage() - Method in class org.tukaani.xz.LZMA2Options
-
Gets how much memory the LZMA2 decoder will need to decompress the data
that was encoded with these options and stored in a .xz file.
- getDepthLimit() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the match finder search depth limit.
- getDictSize() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the dictionary size in bytes.
- getDistance() - Method in class org.tukaani.xz.DeltaOptions
-
Gets the delta distance.
- getEncoderMemoryUsage() - Method in class org.tukaani.xz.DeltaOptions
-
- getEncoderMemoryUsage(FilterOptions[]) - Static method in class org.tukaani.xz.FilterOptions
-
Gets how much memory the encoder will need with
the given filter chain.
- getEncoderMemoryUsage() - Method in class org.tukaani.xz.FilterOptions
-
Gets how much memory the encoder will need with these options.
- getEncoderMemoryUsage() - Method in class org.tukaani.xz.LZMA2Options
-
- getIndexMemoryUsage() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the amount of memory in kibibytes (KiB) used by
the data structures needed to locate the XZ Blocks.
- getInputStream(InputStream) - Method in class org.tukaani.xz.ARMOptions
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.ARMThumbOptions
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.DeltaOptions
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.FilterOptions
-
Gets a raw (no XZ headers) decoder input stream using these options.
- getInputStream(InputStream) - Method in class org.tukaani.xz.IA64Options
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.LZMA2Options
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.PowerPCOptions
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.SPARCOptions
-
- getInputStream(InputStream) - Method in class org.tukaani.xz.X86Options
-
- getLargestBlockSize() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed size of the largest XZ Block in bytes.
- getLc() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the number of literal context bits.
- getLp() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the number of literal position bits.
- getMatchFinder() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the match finder type.
- getMemoryLimit() - Method in exception org.tukaani.xz.MemoryLimitException
-
Gets what the memory usage limit was at the time the exception
was created.
- getMemoryNeeded() - Method in exception org.tukaani.xz.MemoryLimitException
-
Gets how much memory is required to decompress the data.
- getMemoryUsage(int) - Static method in class org.tukaani.xz.LZMA2InputStream
-
Gets approximate decompressor memory requirements as kibibytes for
the given dictionary size.
- getMode() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the compression mode.
- getNiceLen() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the nice length of matches.
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.ARMOptions
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.ARMThumbOptions
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.DeltaOptions
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.FilterOptions
-
Gets a raw (no XZ headers) encoder output stream using these options.
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.IA64Options
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.LZMA2Options
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.PowerPCOptions
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.SPARCOptions
-
- getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.X86Options
-
- getPb() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the number of position bits.
- getPresetDict() - Method in class org.tukaani.xz.LZMA2Options
-
Gets the preset dictionary.
- getStreamCount() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Gets the number of Streams in the .xz file.
- randomAccessFile - Variable in class org.tukaani.xz.SeekableFileInputStream
-
The RandomAccessFile that has been wrapped
into a SeekableFileInputStream.
- read() - Method in class org.tukaani.xz.DeltaInputStream
-
Decode the next byte from this input stream.
- read(byte[], int, int) - Method in class org.tukaani.xz.DeltaInputStream
-
Decode into an array of bytes.
- read() - Method in class org.tukaani.xz.LZMA2InputStream
-
Decompresses the next byte from this input stream.
- read(byte[], int, int) - Method in class org.tukaani.xz.LZMA2InputStream
-
Decompresses into an array of bytes.
- read() - Method in class org.tukaani.xz.SeekableFileInputStream
-
Calls randomAccessFile.read()
.
- read(byte[]) - Method in class org.tukaani.xz.SeekableFileInputStream
-
Calls randomAccessFile.read(buf)
.
- read(byte[], int, int) - Method in class org.tukaani.xz.SeekableFileInputStream
-
Calls
randomAccessFile.read(buf, off, len)
.
- read() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Decompresses the next byte from this input stream.
- read(byte[], int, int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Decompresses into an array of bytes.
- read() - Method in class org.tukaani.xz.SingleXZInputStream
-
Decompresses the next byte from this input stream.
- read(byte[], int, int) - Method in class org.tukaani.xz.SingleXZInputStream
-
Decompresses into an array of bytes.
- read() - Method in class org.tukaani.xz.XZInputStream
-
Decompresses the next byte from this input stream.
- read(byte[], int, int) - Method in class org.tukaani.xz.XZInputStream
-
Decompresses into an array of bytes.
- seek(long) - Method in class org.tukaani.xz.SeekableFileInputStream
-
Calls randomAccessFile.seek(long)
.
- seek(long) - Method in class org.tukaani.xz.SeekableInputStream
-
Seeks to the specified absolute position in the stream.
- seek(long) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Seeks to the specified absolute uncompressed position in the stream.
- SeekableFileInputStream - Class in org.tukaani.xz
-
Wraps a RandomAccessFile
in a SeekableInputStream.
- SeekableFileInputStream(File) - Constructor for class org.tukaani.xz.SeekableFileInputStream
-
Creates a new seekable input stream that reads from the specified file.
- SeekableFileInputStream(String) - Constructor for class org.tukaani.xz.SeekableFileInputStream
-
Creates a new seekable input stream that reads from a file with
the specified name.
- SeekableFileInputStream(RandomAccessFile) - Constructor for class org.tukaani.xz.SeekableFileInputStream
-
Creates a new seekable input stream from an existing
RandomAccessFile
object.
- SeekableInputStream - Class in org.tukaani.xz
-
Input stream with random access support.
- SeekableInputStream() - Constructor for class org.tukaani.xz.SeekableInputStream
-
- SeekableXZInputStream - Class in org.tukaani.xz
-
Decompresses a .xz file in random access mode.
- SeekableXZInputStream(SeekableInputStream) - Constructor for class org.tukaani.xz.SeekableXZInputStream
-
Creates a new seekable XZ decompressor without a memory usage limit.
- SeekableXZInputStream(SeekableInputStream, int) - Constructor for class org.tukaani.xz.SeekableXZInputStream
-
Creates a new seekable XZ decomporessor with an optional
memory usage limit.
- seekToBlock(int) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Seeks to the beginning of the given XZ Block.
- setDepthLimit(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the match finder search depth limit.
- setDictSize(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the dictionary size in bytes.
- setDistance(int) - Method in class org.tukaani.xz.DeltaOptions
-
Sets the delta distance in bytes.
- setLc(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the number of literal context bits.
- setLcLp(int, int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the number of literal context bits and literal position bits.
- setLp(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the number of literal position bits.
- setMatchFinder(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the match finder type.
- setMode(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the compression mode.
- setNiceLen(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the nice length of matches.
- setPb(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the number of position bits.
- setPreset(int) - Method in class org.tukaani.xz.LZMA2Options
-
Sets the compression options to the given preset.
- setPresetDict(byte[]) - Method in class org.tukaani.xz.LZMA2Options
-
Sets a preset dictionary.
- SingleXZInputStream - Class in org.tukaani.xz
-
Decompresses exactly one XZ Stream in streamed mode (no seeking).
- SingleXZInputStream(InputStream) - Constructor for class org.tukaani.xz.SingleXZInputStream
-
Creates a new XZ decompressor that decompresses exactly one
XZ Stream from in
without a memory usage limit.
- SingleXZInputStream(InputStream, int) - Constructor for class org.tukaani.xz.SingleXZInputStream
-
Creates a new XZ decompressor that decompresses exactly one
XZ Stream from in
with an optional memory usage limit.
- skip(long) - Method in class org.tukaani.xz.SeekableInputStream
-
Seeks n
bytes forward in this stream.
- SPARCOptions - Class in org.tukaani.xz
-
BCJ filter for SPARC.
- SPARCOptions() - Constructor for class org.tukaani.xz.SPARCOptions
-