Uses of Enum Class
com.github.junrar.rarfile.UnrarHeadertype
Packages that use UnrarHeadertype
-
Uses of UnrarHeadertype in com.github.junrar.rarfile
Subclasses with type arguments of type UnrarHeadertype in com.github.junrar.rarfileMethods in com.github.junrar.rarfile that return UnrarHeadertypeModifier and TypeMethodDescriptionstatic UnrarHeadertypeUnrarHeadertype.findType(byte headerType) Returns the enum according to the given byte or nullBaseBlock.getHeaderType()static UnrarHeadertypeReturns the enum constant of this class with the specified name.static UnrarHeadertype[]UnrarHeadertype.values()Returns an array containing the constants of this enum class, in the order they are declared.