TrueZIP Driver ZIP 7.1

Uses of Class
de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry

Packages that use ZipArchiveEntry
de.schlichtherle.truezip.fs.archive.zip The archive driver family for ZIP files. 
 

Uses of ZipArchiveEntry in de.schlichtherle.truezip.fs.archive.zip
 

Subclasses of ZipArchiveEntry in de.schlichtherle.truezip.fs.archive.zip
 class JarArchiveEntry
          Respects the different date/time conversion in JAR files.
 

Fields in de.schlichtherle.truezip.fs.archive.zip declared as ZipArchiveEntry
private  ZipArchiveEntry ZipOutputShop.tempEntry
           
 

Methods in de.schlichtherle.truezip.fs.archive.zip that return ZipArchiveEntry
 ZipArchiveEntry ZipOutputShop.getEntry(String name)
           
 ZipArchiveEntry ZipDriver.newEntry(String name)
           
 ZipArchiveEntry ZipDriver.newEntry(String name, Entry.Type type, Entry template, BitField<FsOutputOption> mknod)
           
 ZipArchiveEntry ZipDriver.newEntry(String name, ZipArchiveEntry template)
           
 

Methods in de.schlichtherle.truezip.fs.archive.zip that return types with arguments of type ZipArchiveEntry
 InputSocket<ZipArchiveEntry> ZipInputShop.getInputSocket(String name)
           
 InputSocket<ZipArchiveEntry> CheckedZipInputShop.getInputSocket(String name)
          Overridden to read from a checked input stream.
 OutputSocket<ZipArchiveEntry> ZipOutputShop.getOutputSocket(ZipArchiveEntry entry)
           
 OutputSocket<ZipArchiveEntry> OdfOutputShop.getOutputSocket(ZipArchiveEntry entry)
           
 Iterator<ZipArchiveEntry> ZipOutputShop.iterator()
           
 OutputShop<ZipArchiveEntry> ZipDriver.newOutputShop(FsModel model, OutputSocket<?> output, InputShop<ZipArchiveEntry> source)
           The implementation in ZipDriver simply forwards the call to ZipDriver.newZipOutputShop(de.schlichtherle.truezip.fs.FsModel, java.io.OutputStream, de.schlichtherle.truezip.fs.archive.zip.ZipInputShop) and wraps the result in a new FsMultiplexedArchiveOutputShop.
 OutputShop<ZipArchiveEntry> OdfDriver.newOutputShop(FsModel model, OutputSocket<?> output, InputShop<ZipArchiveEntry> source)
           
 

Methods in de.schlichtherle.truezip.fs.archive.zip with parameters of type ZipArchiveEntry
 OutputSocket<ZipArchiveEntry> ZipOutputShop.getOutputSocket(ZipArchiveEntry entry)
           
 OutputSocket<ZipArchiveEntry> OdfOutputShop.getOutputSocket(ZipArchiveEntry entry)
           
 ZipArchiveEntry ZipDriver.newEntry(String name, ZipArchiveEntry template)
           
 JarArchiveEntry JarDriver.newEntry(String name, ZipArchiveEntry template)
           
 

Method parameters in de.schlichtherle.truezip.fs.archive.zip with type arguments of type ZipArchiveEntry
 OutputShop<ZipArchiveEntry> ZipDriver.newOutputShop(FsModel model, OutputSocket<?> output, InputShop<ZipArchiveEntry> source)
           The implementation in ZipDriver simply forwards the call to ZipDriver.newZipOutputShop(de.schlichtherle.truezip.fs.FsModel, java.io.OutputStream, de.schlichtherle.truezip.fs.archive.zip.ZipInputShop) and wraps the result in a new FsMultiplexedArchiveOutputShop.
 OutputShop<ZipArchiveEntry> OdfDriver.newOutputShop(FsModel model, OutputSocket<?> output, InputShop<ZipArchiveEntry> source)
           
 

Constructors in de.schlichtherle.truezip.fs.archive.zip with parameters of type ZipArchiveEntry
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry)
           
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry, boolean deflate)
           
ZipOutputShop.StoredEntryOutputStream(IOPool.Entry<?> temp, ZipArchiveEntry entry)
           
 


TrueZIP Driver ZIP 7.1

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