public JarFile (File file) throws IOException

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

Parameters:
file    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