Process.getErrorStream

Process.getErrorStream

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract InputStream getErrorStream()
Returns
the input stream connected to the error stream of the subprocess.
Description
Gets the error stream of the subprocess. This stream is usually unbuffered.