Package | Description |
---|---|
com.kenai.jffi.internal |
Modifier and Type | Field and Description |
---|---|
private static StubLoader.OS |
StubLoader.os |
Modifier and Type | Method and Description |
---|---|
private static StubLoader.OS |
StubLoader.determineOS()
Determines the operating system jffi is running on
|
static StubLoader.OS |
StubLoader.getOS() |
static StubLoader.OS |
StubLoader.OS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StubLoader.OS[] |
StubLoader.OS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|