|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.common.os.Platform
public class Platform
Utility class for querying platform specific properties.
Field Summary | |
---|---|
static boolean |
JAVA_SE
|
static boolean |
LITTLE_ENDIAN
|
Method Summary | |
---|---|
static java.lang.String |
getArch()
Returns the CPU architecture String. |
static java.lang.String |
getOS()
Returns the OS name. |
static int |
getPointerSizeInBits()
|
static boolean |
is32Bit()
Returns true if this JVM is a 32bit JVM. |
static boolean |
isJavaSE()
Returns true only if this program is running on the Java Standard Edition. |
static boolean |
isLittleEndian()
Returns true only if this system uses little endian byte ordering. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean JAVA_SE
public static final boolean LITTLE_ENDIAN
Method Detail |
---|
public static boolean isJavaSE()
public static boolean isLittleEndian()
public static java.lang.String getOS()
public static java.lang.String getArch()
public static boolean is32Bit()
public static int getPointerSizeInBits()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |