Determine if the given resource in present in the JAR. @param name Entry to look for @return true if the entry is present in the JAR, otherwise false @throws IOException if an I/O error occurs while processing the JAR file
(String name)
| 97 | * @throws IOException if an I/O error occurs while processing the JAR file |
| 98 | */ |
| 99 | boolean exists(String name) throws IOException; |
| 100 | |
| 101 | /** |
| 102 | * Close any resources associated with this JAR. |
no outgoing calls