freenet.support.CPUInformation
class IntelInfoImpl extends CPUIDCPUInfo implements IntelCPUInfo
Modifier and Type | Field and Description |
---|---|
protected static boolean |
isAtomCompatible |
protected static boolean |
isCore2Compatible |
protected static boolean |
isCoreiCompatible |
protected static boolean |
isPentium2Compatible |
protected static boolean |
isPentium3Compatible |
protected static boolean |
isPentium4Compatible |
protected static boolean |
isPentiumCompatible |
protected static boolean |
isPentiumMCompatible |
protected static boolean |
isPentiumMMXCompatible |
protected static String |
modelString |
isX64
Constructor and Description |
---|
IntelInfoImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCPUModelString() |
boolean |
hasX64() |
boolean |
IsAtomCompatible() |
boolean |
IsCore2Compatible() |
boolean |
IsCoreiCompatible() |
boolean |
IsPentium2Compatible() |
boolean |
IsPentium3Compatible() |
boolean |
IsPentium4Compatible() |
boolean |
IsPentiumCompatible() |
boolean |
IsPentiumMCompatible() |
boolean |
IsPentiumMMXCompatible() |
getVendor, hasMMX, hasSSE, hasSSE2, hasSSE3, hasSSE41, hasSSE42, hasSSE4A
protected static boolean isPentiumCompatible
protected static boolean isPentiumMMXCompatible
protected static boolean isPentium2Compatible
protected static boolean isPentium3Compatible
protected static boolean isPentium4Compatible
protected static boolean isPentiumMCompatible
protected static boolean isAtomCompatible
protected static boolean isCore2Compatible
protected static boolean isCoreiCompatible
protected static String modelString
public boolean IsPentiumCompatible()
IsPentiumCompatible
in interface IntelCPUInfo
public boolean IsPentiumMMXCompatible()
IsPentiumMMXCompatible
in interface IntelCPUInfo
public boolean IsPentium2Compatible()
IsPentium2Compatible
in interface IntelCPUInfo
public boolean IsPentium3Compatible()
IsPentium3Compatible
in interface IntelCPUInfo
public boolean IsPentium4Compatible()
IsPentium4Compatible
in interface IntelCPUInfo
public boolean IsPentiumMCompatible()
IsPentiumMCompatible
in interface IntelCPUInfo
public boolean IsAtomCompatible()
IsAtomCompatible
in interface IntelCPUInfo
public boolean IsCore2Compatible()
IsCore2Compatible
in interface IntelCPUInfo
public boolean IsCoreiCompatible()
IsCoreiCompatible
in interface IntelCPUInfo
public String getCPUModelString() throws UnknownCPUException
getCPUModelString
in interface CPUInfo
UnknownCPUException
- If for any reason the retrieval of the requested information
failed. The message encapsulated in the execption indicates the
cause of the failure.public boolean hasX64()
hasX64
in class CPUIDCPUInfo