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
()
| 95 | |
| 96 | |
| 97 | public abstract InputStream openStream() throws IOException; |
| 98 | |
| 99 | /** |
| 100 | * Opens a new buffered {@link InputStream} for reading from this source. The returned stream is |
no outgoing calls
no test coverage detected