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