Uses of Enum Class
org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
Packages that use XZUtils.CachedAvailability
Package
Description
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.CachedAvailabilityModifier and TypeFieldDescriptionprivate static XZUtils.CachedAvailability
XZUtils.cachedXZAvailability
Methods in org.apache.commons.compress.compressors.xz that return XZUtils.CachedAvailabilityModifier and TypeMethodDescription(package private) static XZUtils.CachedAvailability
XZUtils.getCachedXZAvailability()
static XZUtils.CachedAvailability
Returns the enum constant of this class with the specified name.static XZUtils.CachedAvailability[]
XZUtils.CachedAvailability.values()
Returns an array containing the constants of this enum class, in the order they are declared.