Returns an input stream. @return input stream @throws IOException I/O exception
()
| 232 | * @throws IOException I/O exception |
| 233 | */ |
| 234 | public abstract InputStream inputStream() throws IOException; |
| 235 | |
| 236 | /** |
| 237 | * Returns the encoding. |
no outgoing calls
no test coverage detected