()
| 39 | |
| 40 | public FdInStream inStream() {return instream;} |
| 41 | public FdOutStream outStream() {return outstream;} |
| 42 | public FileDescriptor getFd() {return outstream.getFd();} |
| 43 | |
| 44 | // if shutdown() is overridden then the override MUST call on to here |
no outgoing calls
no test coverage detected