Uses of Class
com.github.junrar.rarfile.RARVersion
-
Packages that use RARVersion Package Description com.github.junrar.rarfile -
-
Uses of RARVersion in com.github.junrar.rarfile
Fields in com.github.junrar.rarfile declared as RARVersion Modifier and Type Field Description private RARVersionMarkHeader. versionMethods in com.github.junrar.rarfile that return RARVersion Modifier and Type Method Description RARVersionMarkHeader. getVersion()static RARVersionRARVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RARVersion[]RARVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.junrar.rarfile with parameters of type RARVersion Modifier and Type Method Description static booleanRARVersion. isOldFormat(RARVersion version)Checks if the version passed is the old rar format.
-