Package jnr.constants
Class PlatformConstants
java.lang.Object
jnr.constants.PlatformConstants
Platform specific constants.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
static final int
static final boolean
private static final PlatformConstants
static final int
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
String[]
static PlatformConstants
private static String
getProperty
(String property, String defValue) private static final String
private static String
-
Field Details
-
INSTANCE
-
FAKE
public static final boolean FAKE -
OS_NAMES
-
ARCH_NAMES
-
ARCH
-
OS
-
NAME
-
BIG_ENDIAN
public static final int BIG_ENDIAN- See Also:
-
LITTLE_ENDIAN
public static final int LITTLE_ENDIAN- See Also:
-
BYTE_ORDER
public static final int BYTE_ORDER
-
-
Constructor Details
-
PlatformConstants
private PlatformConstants()
-
-
Method Details
-
getPlatform
-
getConstantsPackageName
-
getPackagePrefixes
-
getArchPackageName
-
getOSPackageName
-
getFakePackageName
-
initOperatingSystem
-
initArchitecture
-
getProperty
-