(java.io.OutputStream out)
| 75 | } |
| 76 | |
| 77 | public void setErrStream(java.io.OutputStream out){ |
| 78 | setExtOutputStream(out); |
| 79 | } |
| 80 | public java.io.InputStream getErrStream() throws java.io.IOException { |
| 81 | return getExtInputStream(); |
| 82 | } |
nothing calls this directly
no test coverage detected