Package | Description |
---|---|
org.tukaani.xz |
XZ data compression support.
|
org.tukaani.xz.index |
Modifier and Type | Class and Description |
---|---|
class |
CorruptedInputException
Thrown when the compressed input data is corrupt.
|
class |
MemoryLimitException
Thrown when the memory usage limit given to the XZ decompressor
would be exceeded.
|
class |
UnsupportedOptionsException
Thrown when compression options not supported by this implementation
are detected.
|
class |
XZFormatException
Thrown when the input data is not in the XZ format.
|
Modifier and Type | Method and Description |
---|---|
void |
XZOutputStream.updateFilters(FilterOptions filterOptions)
Updates the filter chain with a single filter.
|
void |
XZOutputStream.updateFilters(FilterOptions[] filterOptions)
Updates the filter chain with 1-4 filters.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexEncoder.add(long unpaddedSize,
long uncompressedSize) |
void |
IndexHash.add(long unpaddedSize,
long uncompressedSize) |