public class NativeLibraryFunctions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STDERR |
static int |
STDIN |
static int |
STDOUT |
static int |
VERSION |
| Constructor and Description |
|---|
NativeLibraryFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getSystemInfo(MutableSystemInfo systemInfo,
FunctionResult result) |
static int |
getVersion() |
public static final int VERSION
public static final int STDOUT
public static final int STDERR
public static final int STDIN
public static int getVersion()
public static void getSystemInfo(MutableSystemInfo systemInfo, FunctionResult result)