Opens a new Reader for reading from this source. This method should return a new, independent reader each time it is called. The caller is responsible for ensuring that the returned reader is closed. @throws IOException if an I/O error occurs in the process of opening the reader
()
| 99 | |
| 100 | |
| 101 | public abstract Reader openStream() throws IOException; |
| 102 | |
| 103 | /** |
| 104 | * Opens a new {@link BufferedReader} for reading from this source. This method should return a |
no outgoing calls
no test coverage detected