Opens a new Reader for reading from this source. This method returns 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 while opening the reader
()
| 112 | * @throws IOException if an I/O error occurs while opening the reader |
| 113 | */ |
| 114 | public abstract Reader openStream() throws IOException; |
| 115 | |
| 116 | /** |
| 117 | * Opens a new {@link BufferedReader} for reading from this source. This method returns a new, |
no outgoing calls