Opens a new {@link OutputStream} for writing to this sink. This method returns a new, independent stream each time it is called. <p>The caller is responsible for ensuring that the returned stream is closed. @throws IOException if an I/O error occurs while opening the stream
()
| 70 | * @throws IOException if an I/O error occurs while opening the stream |
| 71 | */ |
| 72 | public abstract OutputStream openStream() throws IOException; |
| 73 | |
| 74 | /** |
| 75 | * Opens a new buffered {@link OutputStream} for writing to this sink. The returned stream is not |
no outgoing calls
no test coverage detected