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