Uses of Class
org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
-
Packages that use XZUtils.CachedAvailability Package Description org.apache.commons.compress.compressors.xz Provides stream classes for compressing and decompressing streams using the XZ algorithm. -
-
Uses of XZUtils.CachedAvailability in org.apache.commons.compress.compressors.xz
Fields in org.apache.commons.compress.compressors.xz declared as XZUtils.CachedAvailability Modifier and Type Field Description private static XZUtils.CachedAvailability
XZUtils. cachedXZAvailability
Methods in org.apache.commons.compress.compressors.xz that return XZUtils.CachedAvailability Modifier and Type Method 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.
-