Uses of Class
org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
-
Packages that use LZMAUtils.CachedAvailability Package Description org.apache.commons.compress.compressors.lzma Provides stream classes using the "stand-alone" LZMA algorithm. -
-
Uses of LZMAUtils.CachedAvailability in org.apache.commons.compress.compressors.lzma
Fields in org.apache.commons.compress.compressors.lzma declared as LZMAUtils.CachedAvailability Modifier and Type Field Description private static LZMAUtils.CachedAvailability
LZMAUtils. cachedLZMAAvailability
Methods in org.apache.commons.compress.compressors.lzma that return LZMAUtils.CachedAvailability Modifier and Type Method 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.
-