|
All Packages Class Hierarchy This Package Previous Next Index Class java.lang.Processjava.lang.Object | +----java.lang.Process
exec methods return an
instance of a subclass of Process that can be used to
control the process and obtain information about it.
The subprocess is not killed when there are no more references to
the
Processpublic Process() getOutputStreampublic abstract OutputStream getOutputStream()
public abstract InputStream getInputStream()
public abstract InputStream getErrorStream()
public abstract int waitFor() throws InterruptedException
public abstract int exitValue()
public abstract void destroy()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |