TrueZIP 6.8.3

Uses of Class
de.schlichtherle.io.archive.zip.ZipEntry

Packages that use ZipEntry
de.schlichtherle.io.archive.zip Provides the ArchiveDriver family for ZIP files. 
 

Uses of ZipEntry in de.schlichtherle.io.archive.zip
 

Subclasses of ZipEntry in de.schlichtherle.io.archive.zip
 class JarEntry
          Extends ZipEntry in order to reflect the different date/time conversion in JAR files.
 class Zip32Entry
          Deprecated. Use ZipEntry instead.
 

Fields in de.schlichtherle.io.archive.zip declared as ZipEntry
private  ZipEntry ZipOutputArchive.tempEntry
           
 

Methods in de.schlichtherle.io.archive.zip that return ZipEntry
protected  ZipEntry ZipDriver.createZipEntry(String entryName)
           
protected  ZipEntry JarDriver.createZipEntry(String entryName)
           
protected  ZipEntry ZipDriver.createZipEntry(ZipEntry template)
           
protected  ZipEntry JarDriver.createZipEntry(ZipEntry template)
           
 

Methods in de.schlichtherle.io.archive.zip with parameters of type ZipEntry
protected  ZipEntry ZipDriver.createZipEntry(ZipEntry template)
           
protected  ZipEntry JarDriver.createZipEntry(ZipEntry template)
           
private  void ZipOutputArchive.storeTempEntry(ZipEntry entry, File temp)
           
 

Constructors in de.schlichtherle.io.archive.zip with parameters of type ZipEntry
JarEntry(ZipEntry blueprint)
           
ZipEntry(ZipEntry blueprint)
           
ZipOutputArchive.EntryOutputStream(ZipEntry entry)
           
ZipOutputArchive.EntryOutputStream(ZipEntry entry, boolean deflate)
           
ZipOutputArchive.TempEntryOutputStream(ZipEntry entry, File temp)
           
 


TrueZIP 6.8.3

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.