Obtains an InputStream based on the contents of this resource. @return An InputStream based on the contents of this resource or null if the resource does not exist or does not represent a file
()
| 151 | * or does not represent a file |
| 152 | */ |
| 153 | InputStream getInputStream(); |
| 154 | |
| 155 | /** |
| 156 | * Returns the binary content of this resource. |
no outgoing calls