public class ProcessAdapter extends Object implements InstructionSequence
| 构造器和说明 |
|---|
ProcessAdapter(Process process) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
int |
exitValue() |
InputStream |
getErrorStream() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
int |
waitFor() |
public ProcessAdapter(Process process)
public OutputStream getOutputStream()
getOutputStream 在接口中 InstructionSequencepublic InputStream getInputStream()
getInputStream 在接口中 InstructionSequencepublic InputStream getErrorStream()
getErrorStream 在接口中 InstructionSequencepublic void destroy()
destroy 在接口中 InstructionSequencepublic int waitFor()
throws InterruptedException
waitFor 在接口中 InstructionSequenceInterruptedExceptionpublic int exitValue()
exitValue 在接口中 InstructionSequenceCopyright © 2021. All rights reserved.