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 void
destroy()
int
exitValue()
InputStream
getErrorStream()
InputStream
getInputStream()
OutputStream
getOutputStream()
Blob
getValue()
Return the actual value.int
waitFor()
-
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:
getInputStream
in classProcess
-
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStream
in classProcess
-
getErrorStream
public InputStream getErrorStream()
- Specified by:
getErrorStream
in classProcess
-
waitFor
public int waitFor() throws InterruptedException
- Specified by:
waitFor
in classProcess
- Throws:
InterruptedException
-
-