Package | Description |
---|---|
org.apache.commons.compress.compressors.lzma |
Provides stream classes using the "stand-alone" LZMA
algorithm.
|
Modifier and Type | Field and Description |
---|---|
private static LZMAUtils.CachedAvailability |
LZMAUtils.cachedLZMAAvailability |
Modifier and Type | Method and Description |
---|---|
(package private) static LZMAUtils.CachedAvailability |
LZMAUtils.getCachedLZMAAvailability() |
static LZMAUtils.CachedAvailability |
LZMAUtils.CachedAvailability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LZMAUtils.CachedAvailability[] |
LZMAUtils.CachedAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|