TrueZIP 6.8.1

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

Packages that use ZipInputArchive
de.schlichtherle.io.archive.zip Provides the ArchiveDriver family for ZIP files. 
de.schlichtherle.io.archive.zip.raes Provides the ArchiveDriver family for RAES encrypted ZIP files. 
 

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

Subclasses of ZipInputArchive in de.schlichtherle.io.archive.zip
 class CheckedJarInputArchive
          A JarInputArchive which checks the CRC-32 value for all JAR entries.
 class CheckedZip32InputArchive
          Deprecated. Use CheckedZipInputArchive instead.
 class CheckedZipInputArchive
          A ZipInputArchive which checks the CRC-32 value for all ZIP entries.
 class JarInputArchive
          An implementation of InputArchive to read JAR archives.
 class Zip32InputArchive
          Deprecated. Use ZipInputArchive instead.
 

Methods in de.schlichtherle.io.archive.zip that return ZipInputArchive
protected  ZipInputArchive ZipDriver.createZip32InputArchive(Archive archive, ReadOnlyFile rof)
          Deprecated. Use ZipDriver.createZipInputArchive(de.schlichtherle.io.archive.Archive, de.schlichtherle.io.rof.ReadOnlyFile) instead.
protected  ZipInputArchive ZipDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           
protected  ZipInputArchive JarDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           
protected  ZipInputArchive CheckedZipDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           
protected  ZipInputArchive CheckedReadOnlySfxDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           
protected  ZipInputArchive CheckedOdfDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           
protected  ZipInputArchive CheckedJarDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           
 

Methods in de.schlichtherle.io.archive.zip with parameters of type ZipInputArchive
protected  ZipOutputArchive ZipDriver.createZip32OutputArchive(Archive archive, OutputStream out, ZipInputArchive source)
          Deprecated. Use ZipDriver.createZipOutputArchive(de.schlichtherle.io.archive.Archive, java.io.OutputStream, de.schlichtherle.io.archive.zip.ZipInputArchive) instead.
protected  ZipOutputArchive ZipDriver.createZipOutputArchive(Archive archive, OutputStream out, ZipInputArchive source)
           
protected  ZipOutputArchive ReadOnlySfxDriver.createZipOutputArchive(Archive archive, OutputStream out, ZipInputArchive source)
           
 

Constructors in de.schlichtherle.io.archive.zip with parameters of type ZipInputArchive
ZipOutputArchive(OutputStream out, String charset, int level, ZipInputArchive source)
          Creates a new instance which uses the output stream, character set and compression level.
ZipOutputArchive(OutputStream out, String charset, ZipInputArchive source)
          Deprecated.  
 

Uses of ZipInputArchive in de.schlichtherle.io.archive.zip.raes
 

Methods in de.schlichtherle.io.archive.zip.raes that return ZipInputArchive
protected  ZipInputArchive SafeZipRaesDriver.createZipInputArchive(Archive archive, ReadOnlyFile rof)
           If the net file length of the archive is larger than the authentication trigger, then a CheckedJarInputArchive for CRC-32 authentication is returned, otherwise a plain ZipInputArchive which doesn't do any authentication.
 


TrueZIP 6.8.1

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