Uses of Class
net.lingala.zip4j.headers.VersionNeededToExtract
-
Packages that use VersionNeededToExtract Package Description net.lingala.zip4j.headers net.lingala.zip4j.util -
-
Uses of VersionNeededToExtract in net.lingala.zip4j.headers
Methods in net.lingala.zip4j.headers that return VersionNeededToExtract Modifier and Type Method Description static VersionNeededToExtract
VersionNeededToExtract. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VersionNeededToExtract[]
VersionNeededToExtract. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionNeededToExtract in net.lingala.zip4j.util
Methods in net.lingala.zip4j.util that return VersionNeededToExtract Modifier and Type Method Description static VersionNeededToExtract
ZipVersionUtils. determineVersionNeededToExtract(ZipParameters zipParameters)
-