Class NativeLibraryFunctions
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.jni.NativeLibraryFunctions
-
public class NativeLibraryFunctions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
VERSION
-
Constructor Summary
Constructors Constructor Description NativeLibraryFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
getSystemInfo(MutableSystemInfo systemInfo, FunctionResult result)
static int
getVersion()
-
-
-
Field Detail
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersion
public static int getVersion()
-
getSystemInfo
public static void getSystemInfo(MutableSystemInfo systemInfo, FunctionResult result)
-
-