| Package | Description |
|---|---|
| org.apache.commons.compress.compressors.xz |
Provides stream classes for compressing and decompressing
streams using the XZ algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
private static XZUtils.CachedAvailability |
XZUtils.cachedXZAvailability |
| Modifier and Type | Method and Description |
|---|---|
(package private) static XZUtils.CachedAvailability |
XZUtils.getCachedXZAvailability() |
static XZUtils.CachedAvailability |
XZUtils.CachedAvailability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XZUtils.CachedAvailability[] |
XZUtils.CachedAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|