Uses of Enum Class
com.github.junrar.rarfile.RARVersion
Packages that use RARVersion
-
Uses of RARVersion in com.github.junrar.rarfile
Subclasses with type arguments of type RARVersion in com.github.junrar.rarfileFields in com.github.junrar.rarfile declared as RARVersionMethods in com.github.junrar.rarfile that return RARVersionModifier and TypeMethodDescriptionMarkHeader.getVersion()static RARVersionReturns the enum constant of this class with the specified name.static RARVersion[]RARVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.junrar.rarfile with parameters of type RARVersionModifier and TypeMethodDescriptionstatic booleanRARVersion.isOldFormat(RARVersion version) Checks if the version passed is the old rar format.