Uses of Class
com.github.junrar.rarfile.UnrarHeadertype
-
Packages that use UnrarHeadertype Package Description com.github.junrar.rarfile -
-
Uses of UnrarHeadertype in com.github.junrar.rarfile
Methods in com.github.junrar.rarfile that return UnrarHeadertype Modifier and Type Method Description static UnrarHeadertypeUnrarHeadertype. findType(byte headerType)Returns the enum according to the given byte or nullUnrarHeadertypeBaseBlock. getHeaderType()static UnrarHeadertypeUnrarHeadertype. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnrarHeadertype[]UnrarHeadertype. values()Returns an array containing the constants of this enum type, in the order they are declared.
-