Uses of Enum Class
com.github.junrar.rarfile.SubBlockHeaderType
Packages that use SubBlockHeaderType
-
Uses of SubBlockHeaderType in com.github.junrar.rarfile
Subclasses with type arguments of type SubBlockHeaderType in com.github.junrar.rarfileMethods in com.github.junrar.rarfile that return SubBlockHeaderTypeModifier and TypeMethodDescriptionstatic SubBlockHeaderTypeSubBlockHeaderType.findSubblockHeaderType(short subType) find the header type for the given short valueSubBlockHeader.getSubType()static SubBlockHeaderTypeReturns the enum constant of this class with the specified name.static SubBlockHeaderType[]SubBlockHeaderType.values()Returns an array containing the constants of this enum class, in the order they are declared.