Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.util.zip.ZipException

Uses of ZipException in java.util.zip
 

Methods in java.util.zip that throw ZipException
private  java.io.RandomAccessFile ZipFile.openFile(java.lang.String name, java.io.File file)
          Helper function to open RandomAccessFile and throw the proper ZipException in case opening the file fails.
private  void ZipFile.checkZipFile()
           
private  void ZipFile.readEntries()
          Read the central directory of a zip file and fill the entries array.
 

Constructors in java.util.zip that throw ZipException
ZipFile(java.lang.String name)
          Opens a Zip file with the given name for reading.
ZipFile(java.io.File file)
          Opens a Zip file reading the given File.
ZipFile(java.io.File file, int mode)
          Opens a Zip file reading the given File in the given mode.