Package gnu.kawa.functions
Class LProcess
- java.lang.Object
-
- java.lang.Process
-
- gnu.kawa.functions.LProcess
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intexitValue()InputStreamgetErrorStream()InputStreamgetInputStream()OutputStreamgetOutputStream()BlobgetValue()Return the actual value.intwaitFor()-
Methods inherited from class java.lang.Process
children, descendants, destroyForcibly, info, isAlive, onExit, pid, supportsNormalTermination, toHandle, waitFor
-
-
-
-
Constructor Detail
-
LProcess
public LProcess(Process process)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStreamin classProcess
-
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStreamin classProcess
-
getErrorStream
public InputStream getErrorStream()
- Specified by:
getErrorStreamin classProcess
-
waitFor
public int waitFor() throws InterruptedException- Specified by:
waitForin classProcess- Throws:
InterruptedException
-
-