Uses of Class
com.github.junrar.rarfile.SubBlockHeaderType
-
Packages that use SubBlockHeaderType Package Description com.github.junrar.rarfile -
-
Uses of SubBlockHeaderType in com.github.junrar.rarfile
Methods in com.github.junrar.rarfile that return SubBlockHeaderType Modifier and Type Method Description static SubBlockHeaderTypeSubBlockHeaderType. findSubblockHeaderType(short subType)find the header type for the given short valueSubBlockHeaderTypeSubBlockHeader. getSubType()static SubBlockHeaderTypeSubBlockHeaderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubBlockHeaderType[]SubBlockHeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-