public JarFile (String name) throws IOException

Creates a new JarFile to read from the specified file name. The JarFile will be verified if it is signed.

Parameters:
name    the name of the jar file to be opened for reading

Exceptions:
IOException    if an I/O error has occurred
SecurityException    if access to the file is denied by the SecurityManager