Uses of Class
net.sourceforge.groboutils.codecoverage.v2.ant.zip.ZipEntry

Packages that use ZipEntry
net.sourceforge.groboutils.codecoverage.v2.ant.zip The Apache Ant 1.6.1 org.apache.tools.zip package. 
 

Uses of ZipEntry in net.sourceforge.groboutils.codecoverage.v2.ant.zip
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant.zip that return ZipEntry
 ZipEntry ZipFile.getEntry(java.lang.String name)
          Returns a named entry - or null if no entry by that name exists.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant.zip with parameters of type ZipEntry
 void ZipOutputStream.putNextEntry(ZipEntry ze)
          Begin writing next entry.
protected  void ZipOutputStream.writeLocalFileHeader(ZipEntry ze)
          Writes the local file header entry
protected  void ZipOutputStream.writeDataDescriptor(ZipEntry ze)
          Writes the data descriptor entry
protected  void ZipOutputStream.writeCentralFileHeader(ZipEntry ze)
          Writes the central file header entry
 java.io.InputStream ZipFile.getInputStream(ZipEntry ze)
          Returns an InputStream for reading the contents of the given entry.
 

Constructors in net.sourceforge.groboutils.codecoverage.v2.ant.zip with parameters of type ZipEntry
ZipEntry(ZipEntry entry)
          Creates a new zip entry with fields taken from the specified zip entry.
 



Copyright © 2001-2003 by The GroboUtils Project