TrueZIP 6.8

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

Packages that use ZipDriver
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 ZipDriver in de.schlichtherle.io.archive.zip
 

Subclasses of ZipDriver in de.schlichtherle.io.archive.zip
 class AbstractSfxDriver
          An archive driver which builds Self Executable (SFX/EXE) ZIP files.
 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 CheckedZip32Driver
          Deprecated. Use CheckedZipDriver instead.
 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 JAR files.
 class OdfDriver
          An archive driver which supports building archive files according to the specification of the OpenDocument Format (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.
 class ReadWriteSfxDriver
          An archive driver which reads and writes Self Executable (SFX/EXE) ZIP files.
 class Zip32Driver
          Deprecated. Use ZipDriver instead.
 

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

Subclasses of ZipDriver in de.schlichtherle.io.archive.zip.raes
 class AbstractZip32RaesDriver
          Deprecated. Use AbstractZipRaesDriver instead.
 class AbstractZipRaesDriver
          An abstract archive driver which builds RAES encrypted ZIP files and optionally authenticates the cipher data of the input archive files presented to it.
 class ParanoidZip32RaesDriver
          Deprecated. Use ParanoidZipRaesDriver instead.
 class ParanoidZipRaesDriver
          A paranoid archive driver which builds RAES encrypted ZIP files.
 class SafeZip32RaesDriver
          Deprecated. Use SafeZipRaesDriver instead.
 class SafeZipRaesDriver
          A safe archive driver which builds RAES encrypted ZIP files.
 class UnsafeZip32RaesDriver
          Deprecated. Use UnsafeZipRaesDriver instead.
 class UnsafeZipRaesDriver
          Deprecated. This class exists for testing purposes only. Client applications should use SafeZipRaesDriver instead.
 


TrueZIP 6.8

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