- DeltaInputStream - org.tukaani.xz中的类
-
Decodes raw Delta-filtered data (no XZ headers).
- DeltaInputStream(InputStream, int) - 类 的构造器org.tukaani.xz.DeltaInputStream
-
Creates a new Delta decoder with the given delta calculation distance.
- DeltaOptions - org.tukaani.xz中的类
-
Delta filter options.
- DeltaOptions() - 类 的构造器org.tukaani.xz.DeltaOptions
-
Creates new Delta options and sets the delta distance to 1 byte.
- DeltaOptions(int) - 类 的构造器org.tukaani.xz.DeltaOptions
-
Creates new Delta options and sets the distance to the given value.
- DICT_SIZE_DEFAULT - 类 中的静态变量org.tukaani.xz.LZMA2Options
-
The default dictionary size is 8 MiB.
- DICT_SIZE_MAX - 类 中的静态变量org.tukaani.xz.LZMA2InputStream
-
Largest dictionary size supported by this implementation.
- DICT_SIZE_MAX - 类 中的静态变量org.tukaani.xz.LZMA2Options
-
Maximum dictionary size for compression is 768 MiB.
- DICT_SIZE_MAX - 类 中的静态变量org.tukaani.xz.LZMAInputStream
-
Largest dictionary size supported by this implementation.
- DICT_SIZE_MIN - 类 中的静态变量org.tukaani.xz.LZMA2InputStream
-
Smallest valid LZMA2 dictionary size.
- DICT_SIZE_MIN - 类 中的静态变量org.tukaani.xz.LZMA2Options
-
Minimum dictionary size is 4 KiB.
- DISTANCE_MAX - 类 中的静态变量org.tukaani.xz.DeltaInputStream
-
Largest supported delta calculation distance.
- DISTANCE_MAX - 类 中的静态变量org.tukaani.xz.DeltaOptions
-
Largest supported delta calculation distance.
- DISTANCE_MIN - 类 中的静态变量org.tukaani.xz.DeltaInputStream
-
Smallest supported delta calculation distance.
- DISTANCE_MIN - 类 中的静态变量org.tukaani.xz.DeltaOptions
-
Smallest supported delta calculation distance.
- getBlockCheckType(int) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets integrity check type (Check ID) of the given Block.
- getBlockCompPos(int) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the position where the given compressed Block starts in
the underlying .xz file.
- getBlockCompSize(int) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the compressed size of the given Block.
- getBlockCount() - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the number of Blocks in the .xz file.
- getBlockNumber(long) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the number of the Block that contains the byte at the given
uncompressed position.
- getBlockPos(int) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed start position of the given Block.
- getBlockSize(int) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed size of the given Block.
- getCheckName() - 类 中的方法org.tukaani.xz.SingleXZInputStream
-
Gets the name of the integrity check used in this XZ Stream.
- getCheckType() - 类 中的方法org.tukaani.xz.SingleXZInputStream
-
Gets the ID of the integrity check used in this XZ Stream.
- getCheckTypes() - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the types of integrity checks used in the .xz file.
- getDecoderMemoryUsage() - 类 中的方法org.tukaani.xz.DeltaOptions
-
- getDecoderMemoryUsage(FilterOptions[]) - 类 中的静态方法org.tukaani.xz.FilterOptions
-
Gets how much memory the decoder will need with
the given filter chain.
- getDecoderMemoryUsage() - 类 中的方法org.tukaani.xz.FilterOptions
-
Gets how much memory the decoder will need to decompress the data
that was encoded with these options.
- getDecoderMemoryUsage() - 类 中的方法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() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the match finder search depth limit.
- getDictSize() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the dictionary size in bytes.
- getDistance() - 类 中的方法org.tukaani.xz.DeltaOptions
-
Gets the delta distance.
- getEncoderMemoryUsage() - 类 中的方法org.tukaani.xz.DeltaOptions
-
- getEncoderMemoryUsage(FilterOptions[]) - 类 中的静态方法org.tukaani.xz.FilterOptions
-
Gets how much memory the encoder will need with
the given filter chain.
- getEncoderMemoryUsage() - 类 中的方法org.tukaani.xz.FilterOptions
-
Gets how much memory the encoder will need with these options.
- getEncoderMemoryUsage() - 类 中的方法org.tukaani.xz.LZMA2Options
-
- getIndexMemoryUsage() - 类 中的方法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) - 类 中的方法org.tukaani.xz.ARMOptions
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.ARMThumbOptions
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.DeltaOptions
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.FilterOptions
-
Gets a raw (no XZ headers) decoder input stream using these options.
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.IA64Options
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.LZMA2Options
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.PowerPCOptions
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.SPARCOptions
-
- getInputStream(InputStream) - 类 中的方法org.tukaani.xz.X86Options
-
- getLargestBlockSize() - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed size of the largest XZ Block in bytes.
- getLc() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the number of literal context bits.
- getLp() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the number of literal position bits.
- getMatchFinder() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the match finder type.
- getMemoryLimit() - 异常错误 中的方法org.tukaani.xz.MemoryLimitException
-
Gets what the memory usage limit was at the time the exception
was created.
- getMemoryNeeded() - 异常错误 中的方法org.tukaani.xz.MemoryLimitException
-
Gets how much memory is required to decompress the data.
- getMemoryUsage(int) - 类 中的静态方法org.tukaani.xz.LZMA2InputStream
-
Gets approximate decompressor memory requirements as kibibytes for
the given dictionary size.
- getMemoryUsage(int, byte) - 类 中的静态方法org.tukaani.xz.LZMAInputStream
-
Gets approximate decompressor memory requirements as kibibytes for
the given dictionary size and LZMA properties byte (lc, lp, and pb).
- getMemoryUsage(int, int, int) - 类 中的静态方法org.tukaani.xz.LZMAInputStream
-
Gets approximate decompressor memory requirements as kibibytes for
the given dictionary size, lc, and lp.
- getMode() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the compression mode.
- getNiceLen() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the nice length of matches.
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.ARMOptions
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.ARMThumbOptions
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.DeltaOptions
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.FilterOptions
-
Gets a raw (no XZ headers) encoder output stream using these options.
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.IA64Options
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.LZMA2Options
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.PowerPCOptions
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.SPARCOptions
-
- getOutputStream(FinishableOutputStream) - 类 中的方法org.tukaani.xz.X86Options
-
- getPb() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the number of position bits.
- getPresetDict() - 类 中的方法org.tukaani.xz.LZMA2Options
-
Gets the preset dictionary.
- getStreamCount() - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the number of Streams in the .xz file.
- LC_DEFAULT - 类 中的静态变量org.tukaani.xz.LZMA2Options
-
The default number of literal context bits is 3.
- LC_LP_MAX - 类 中的静态变量org.tukaani.xz.LZMA2Options
-
Maximum value for lc + lp is 4.
- length() - 类 中的方法org.tukaani.xz.SeekableFileInputStream
-
- length() - 类 中的方法org.tukaani.xz.SeekableInputStream
-
Gets the size of the stream.
- length() - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Gets the uncompressed size of this input stream.
- LP_DEFAULT - 类 中的静态变量org.tukaani.xz.LZMA2Options
-
The default number of literal position bits is 0.
- LZMA2InputStream - org.tukaani.xz中的类
-
Decompresses a raw LZMA2 stream (no XZ headers).
- LZMA2InputStream(InputStream, int) - 类 的构造器org.tukaani.xz.LZMA2InputStream
-
Creates a new input stream that decompresses raw LZMA2 data
from in
.
- LZMA2InputStream(InputStream, int, byte[]) - 类 的构造器org.tukaani.xz.LZMA2InputStream
-
Creates a new LZMA2 decompressor using a preset dictionary.
- LZMA2Options - org.tukaani.xz中的类
-
LZMA2 compression options.
- LZMA2Options() - 类 的构造器org.tukaani.xz.LZMA2Options
-
Creates new LZMA2 options and sets them to the default values.
- LZMA2Options(int) - 类 的构造器org.tukaani.xz.LZMA2Options
-
Creates new LZMA2 options and sets them to the given preset.
- LZMA2Options(int, int, int, int, int, int, int, int) - 类 的构造器org.tukaani.xz.LZMA2Options
-
Creates new LZMA2 options and sets them to the given custom values.
- LZMAInputStream - org.tukaani.xz中的类
-
Decompresses legacy .lzma files and raw LZMA streams (no .lzma header).
- LZMAInputStream(InputStream) - 类 的构造器org.tukaani.xz.LZMAInputStream
-
Creates a new .lzma file format decompressor without
a memory usage limit.
- LZMAInputStream(InputStream, int) - 类 的构造器org.tukaani.xz.LZMAInputStream
-
Creates a new .lzma file format decompressor with an optional
memory usage limit.
- LZMAInputStream(InputStream, long, byte, int) - 类 的构造器org.tukaani.xz.LZMAInputStream
-
Creates a new input stream that decompresses raw LZMA data (no .lzma
header) from in
.
- LZMAInputStream(InputStream, long, byte, int, byte[]) - 类 的构造器org.tukaani.xz.LZMAInputStream
-
Creates a new input stream that decompresses raw LZMA data (no .lzma
header) from in
optionally with a preset dictionary.
- LZMAInputStream(InputStream, long, int, int, int, int, byte[]) - 类 的构造器org.tukaani.xz.LZMAInputStream
-
Creates a new input stream that decompresses raw LZMA data (no .lzma
header) from in
optionally with a preset dictionary.
- seek(long) - 类 中的方法org.tukaani.xz.SeekableFileInputStream
-
- seek(long) - 类 中的方法org.tukaani.xz.SeekableInputStream
-
Seeks to the specified absolute position in the stream.
- seek(long) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Seeks to the specified absolute uncompressed position in the stream.
- SeekableFileInputStream - org.tukaani.xz中的类
-
- SeekableFileInputStream(File) - 类 的构造器org.tukaani.xz.SeekableFileInputStream
-
Creates a new seekable input stream that reads from the specified file.
- SeekableFileInputStream(String) - 类 的构造器org.tukaani.xz.SeekableFileInputStream
-
Creates a new seekable input stream that reads from a file with
the specified name.
- SeekableFileInputStream(RandomAccessFile) - 类 的构造器org.tukaani.xz.SeekableFileInputStream
-
Creates a new seekable input stream from an existing
RandomAccessFile
object.
- SeekableInputStream - org.tukaani.xz中的类
-
Input stream with random access support.
- SeekableInputStream() - 类 的构造器org.tukaani.xz.SeekableInputStream
-
- SeekableXZInputStream - org.tukaani.xz中的类
-
Decompresses a .xz file in random access mode.
- SeekableXZInputStream(SeekableInputStream) - 类 的构造器org.tukaani.xz.SeekableXZInputStream
-
Creates a new seekable XZ decompressor without a memory usage limit.
- SeekableXZInputStream(SeekableInputStream, int) - 类 的构造器org.tukaani.xz.SeekableXZInputStream
-
Creates a new seekable XZ decomporessor with an optional
memory usage limit.
- seekToBlock(int) - 类 中的方法org.tukaani.xz.SeekableXZInputStream
-
Seeks to the beginning of the given XZ Block.
- setDepthLimit(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the match finder search depth limit.
- setDictSize(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the dictionary size in bytes.
- setDistance(int) - 类 中的方法org.tukaani.xz.DeltaOptions
-
Sets the delta distance in bytes.
- setLc(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the number of literal context bits.
- setLcLp(int, int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the number of literal context bits and literal position bits.
- setLp(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the number of literal position bits.
- setMatchFinder(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the match finder type.
- setMode(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the compression mode.
- setNiceLen(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the nice length of matches.
- setPb(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the number of position bits.
- setPreset(int) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets the compression options to the given preset.
- setPresetDict(byte[]) - 类 中的方法org.tukaani.xz.LZMA2Options
-
Sets a preset dictionary.
- SingleXZInputStream - org.tukaani.xz中的类
-
Decompresses exactly one XZ Stream in streamed mode (no seeking).
- SingleXZInputStream(InputStream) - 类 的构造器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) - 类 的构造器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) - 类 中的方法org.tukaani.xz.SeekableInputStream
-
Seeks n
bytes forward in this stream.
- SPARCOptions - org.tukaani.xz中的类
-
BCJ filter for SPARC.
- SPARCOptions() - 类 的构造器org.tukaani.xz.SPARCOptions
-