Uses of Class
net.sf.jazzlib.ZipEntry

Packages that use ZipEntry
net.sf.jazzlib   
 

Uses of ZipEntry in net.sf.jazzlib
 

Methods in net.sf.jazzlib that return ZipEntry
 ZipEntry ZipEntry.clone()
          Clones the entry
protected  ZipEntry ZipInputStream.createZipEntry(java.lang.String name)
          Creates a new zip entry for the given name.
 ZipEntry ZipFile.getEntry(java.lang.String name)
          Searches for a zip entry in this archive with the given name.
 ZipEntry ZipInputStream.getNextEntry()
          Open the next entry from the zip archive, and return its description.
 

Methods in net.sf.jazzlib with parameters of type ZipEntry
 java.io.InputStream ZipFile.getInputStream(ZipEntry entry)
          Creates an input stream reading the given zip entry as uncompressed data.
 void ZipOutputStream.putNextEntry(ZipEntry entry)
          Starts a new Zip entry.