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