public class ProcessOutput
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
ProcessOutput(java.lang.Process process,
java.io.OutputStream stdout,
java.io.OutputStream stderr) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
waitFor() |
public ProcessOutput(java.lang.Process process,
java.io.OutputStream stdout,
java.io.OutputStream stderr)
public void waitFor()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException