|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Platform.CPU | |
|---|---|
| jnr.ffi | |
| Uses of Platform.CPU in jnr.ffi |
|---|
| Methods in jnr.ffi that return Platform.CPU | |
|---|---|
Platform.CPU |
Platform.getCPU()
Gets the current processor architecture the JVM is running on. |
static Platform.CPU |
Platform.CPU.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Platform.CPU[] |
Platform.CPU.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in jnr.ffi with parameters of type Platform.CPU | |
|---|---|
Platform(Platform.OS os,
Platform.CPU cpu,
int addressSize,
int longSize,
java.lang.String libPattern)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||