Package java.lang
Class Process
java.lang.Object
java.lang.Process
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
destroy()
abstract int
abstract InputStream
abstract InputStream
abstract OutputStream
abstract int
waitFor()
-
Constructor Details
-
Process
public Process()
-
-
Method Details
-
destroy
public abstract void destroy() -
exitValue
public abstract int exitValue() -
getErrorStream
-
getInputStream
-
getOutputStream
-
waitFor
- Throws:
InterruptedException
-