Opens a new InputStream for reading from this source. 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
()
| 89 | * @throws IOException if an I/O error occurs in the process of opening the stream |
| 90 | */ |
| 91 | public abstract InputStream openStream() throws IOException; |
| 92 | |
| 93 | /** |
| 94 | * Opens a new buffered {@link InputStream} for reading from this source. The returned stream is |
no outgoing calls
no test coverage detected