Package | Description |
---|---|
org.tukaani.xz |
XZ data compression support.
|
org.tukaani.xz.index |
Modifier and Type | Class and Description |
---|---|
class |
SeekableFileInputStream
Wraps a
RandomAccessFile
in a SeekableInputStream. |
class |
SeekableXZInputStream
Decompresses a .xz file in random access mode.
|
Constructor and Description |
---|
SeekableXZInputStream(SeekableInputStream in)
Creates a new seekable XZ decompressor without a memory usage limit.
|
SeekableXZInputStream(SeekableInputStream in,
ArrayCache arrayCache)
Creates a new seekable XZ decompressor without a memory usage limit.
|
SeekableXZInputStream(SeekableInputStream in,
int memoryLimit)
Creates a new seekable XZ decomporessor with an optional
memory usage limit.
|
SeekableXZInputStream(SeekableInputStream in,
int memoryLimit,
ArrayCache arrayCache)
Creates a new seekable XZ decomporessor with an optional
memory usage limit.
|
SeekableXZInputStream(SeekableInputStream in,
int memoryLimit,
boolean verifyCheck)
Creates a new seekable XZ decomporessor with an optional
memory usage limit and ability to disable verification
of integrity checks.
|
SeekableXZInputStream(SeekableInputStream in,
int memoryLimit,
boolean verifyCheck,
ArrayCache arrayCache)
Creates a new seekable XZ decomporessor with an optional
memory usage limit and ability to disable verification
of integrity checks.
|
Constructor and Description |
---|
IndexDecoder(SeekableInputStream in,
StreamFlags streamFooterFlags,
long streamPadding,
int memoryLimit) |