()
| 141 | public abstract OutputStream openOutputStream() throws IOException; |
| 142 | |
| 143 | public abstract InputStream openInputStream() throws IOException; |
| 144 | |
| 145 | public abstract void close() throws IOException; |
| 146 |
no outgoing calls
no test coverage detected