Opens a new Writer for writing to this sink. This method should return a new, independent writer each time it is called. The caller is responsible for ensuring that the returned writer is closed. @throws IOException if an I/O error occurs in the process of opening the writer
()
| 64 | * @throws IOException if an I/O error occurs in the process of opening the writer |
| 65 | */ |
| 66 | public abstract Writer openStream() throws IOException; |
| 67 | |
| 68 | /** |
| 69 | * Opens a new buffered {@link Writer} for writing to this sink. The returned stream is not |
no outgoing calls
no test coverage detected