public class PythonProcessProvider extends Object implements PythonProcess
| Constructor and Description |
|---|
PythonProcessProvider(Process process) |
| Modifier and Type | Method and Description |
|---|---|
InputStreamReader |
getErrorDataReader() |
OutputStreamWriter |
getInputDataWriter() |
InputStreamReader |
getOutputDataReader() |
void |
stop() |
public PythonProcessProvider(Process process)
public OutputStreamWriter getInputDataWriter()
getInputDataWriter in interface PythonProcesspublic InputStreamReader getOutputDataReader()
getOutputDataReader in interface PythonProcesspublic InputStreamReader getErrorDataReader()
getErrorDataReader in interface PythonProcesspublic void stop()
stop in interface PythonProcessCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.