public final class Java_lang_Process_Supplement extends Object
| Constructor and Description |
|---|
Java_lang_Process_Supplement() |
| Modifier and Type | Method and Description |
|---|---|
static int |
forkAndExec(int mode,
byte[] helperpath,
byte[] file,
byte[] argBlock,
int argCount,
byte[] envBlock,
int envCount,
byte[] dir,
int[] fds,
boolean redirectErrorStream) |
static int |
waitForProcessExit0(long pid,
boolean reapvalue) |
public static int forkAndExec(int mode,
byte[] helperpath,
byte[] file,
byte[] argBlock,
int argCount,
byte[] envBlock,
int envCount,
byte[] dir,
int[] fds,
boolean redirectErrorStream)
throws IOException
IOExceptionpublic static int waitForProcessExit0(long pid,
boolean reapvalue)