Get an InputStream of a local file denoted by this URI. @param uri a file URI @throws SecurityException if the file is not allowed globally or specifically for this plugin.
(URI uri)
| 27 | * @throws SecurityException if the file is not allowed globally or specifically for this plugin. |
| 28 | */ |
| 29 | InputStream get(URI uri) throws IOException; |
| 30 | |
| 31 | /** |
| 32 | * Return true if the local file denoted by this URI exists. |
no outgoing calls