Class ProcessInputStream

java.lang.Object
java.io.InputStream
org.jenkinsci.utils.process.ProcessInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ProcessInputStream extends InputStream
Represents a reader end of the pipe to a running process.
Author:
Kohsuke Kawaguchi
See Also: