A DESCRIPTION OF THE PROBLEM :
Some of the description for Process.getErrorStream() is copyed from Process.getInputStream().
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Gets the error stream of the subprocess. The stream obtains data piped from the error output stream of the process represented by this Process object.
Implementation note: It is a good idea for the error stream not to be buffered.
(or maybe the above line should be removed)
ACTUAL -
Gets the error stream of the subprocess. The stream obtains data piped from the error output stream of the process represented by this Process object.
Implementation note: It is a good idea for the input stream to be buffered.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Process.html#getErrorStream()
###@###.### 2004-12-08 22:26:04 GMT
Some of the description for Process.getErrorStream() is copyed from Process.getInputStream().
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Gets the error stream of the subprocess. The stream obtains data piped from the error output stream of the process represented by this Process object.
Implementation note: It is a good idea for the error stream not to be buffered.
(or maybe the above line should be removed)
ACTUAL -
Gets the error stream of the subprocess. The stream obtains data piped from the error output stream of the process represented by this Process object.
Implementation note: It is a good idea for the input stream to be buffered.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Process.html#getErrorStream()
###@###.### 2004-12-08 22:26:04 GMT