(byte b[])
| 210 | public void flush() { } |
| 211 | |
| 212 | public void write(byte b[]) { // appears never to be used |
| 213 | write(b, 0, b.length); |
| 214 | } |
| 215 | |
| 216 | public void write(byte b[], int offset, int length) { |
| 217 | // First write to the original stdout/stderr |
nothing calls this directly
no test coverage detected