TrueZIP Driver ZIP 7.1

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

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

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

Subclasses of ZipDriver in de.schlichtherle.truezip.fs.archive.zip
 class CheckedJarDriver
          An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives.
 class CheckedOdfDriver
          An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives.
 class CheckedReadOnlySfxDriver
          An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives.
 class CheckedZipDriver
          An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives.
 class JarDriver
          An archive driver which builds Java Archive files (JAR).
 class OdfDriver
          An archive driver which supports building archive files according to the OpenDocument Format Specification (ODF), version 1.1.
 class ReadOnlySfxDriver
          An archive driver which reads Self Executable (SFX/EXE) ZIP files, but doesn't support to create or update them because this would spoil the SFX code in its preamble.
 

Constructors in de.schlichtherle.truezip.fs.archive.zip with parameters of type ZipDriver
CheckedZipInputShop(ReadOnlyFile rof, ZipDriver driver)
           
ZipInputShop(ZipDriver driver, ReadOnlyFile rof)
           
ZipOutputShop(ZipDriver driver, OutputStream out, ZipInputShop source)
           
 


TrueZIP Driver ZIP 7.1

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