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