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
()
| 67 | |
| 68 | |
| 69 | public abstract Writer openStream() throws IOException; |
| 70 | |
| 71 | /** |
| 72 | * Opens a new buffered {@link Writer} for writing to this sink. The returned stream is not |
no outgoing calls
no test coverage detected