public class WindowsProcess extends Object
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
InputStream |
getStderr() |
OutputStream |
getStdin() |
InputStream |
getStdout() |
int |
waitFor() |
public InputStream getStdout()
public OutputStream getStdin()
public InputStream getStderr()
public int waitFor()
public void destroy()
Copyright © 2016–2019. All rights reserved.