Class CpuTypes


  • public final class CpuTypes
    extends java.lang.Object
    • Constructor Detail

      • CpuTypes

        public CpuTypes()
    • Method Detail

      • getProcessor

        public static final Processor getProcessor​(int cpuType,
                                                   int cpuSubtype)
        Returns the processor name of the given CPU type value.
        Parameters:
        cpuType - the CPU type value
        cpuSubtype - the CPU subtype value
        Returns:
        the processor name of the given CPU type value
      • getProcessorBitSize

        public static final int getProcessorBitSize​(int cpuType)
      • getMagicString

        public static java.lang.String getMagicString​(int cpuType,
                                                      int cpuSubtype)