TrueZIP 6.8.2
A B C D E F G H I J K L M N O P Q R S T U V W Z

Z

ZIP - Static variable in class de.schlichtherle.util.zip.DateTimeConverter
This instance ignores the schedule for Daylight Saving Time (DST), i.e. all time conversions will use the same raw offset and current DST savings, regardless of whether DST savings should be applied to a particular date or not.
ZIP - Interface in de.schlichtherle.util.zip
A package private interface with some useful constants for ZIP compatible files.
Zip32Driver - Class in de.schlichtherle.io.archive.zip
Deprecated. Use ZipDriver instead.
Zip32Driver() - Constructor for class de.schlichtherle.io.archive.zip.Zip32Driver
Deprecated.  
Zip32Driver(String) - Constructor for class de.schlichtherle.io.archive.zip.Zip32Driver
Deprecated.  
Zip32Driver(int) - Constructor for class de.schlichtherle.io.archive.zip.Zip32Driver
Deprecated.  
Zip32Driver(String, boolean, boolean, Icon, Icon) - Constructor for class de.schlichtherle.io.archive.zip.Zip32Driver
Deprecated.  
Zip32Driver(String, Icon, Icon, boolean, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.Zip32Driver
Deprecated.  
Zip32Entry - Class in de.schlichtherle.io.archive.zip
Deprecated. Use ZipEntry instead.
Zip32Entry(String) - Constructor for class de.schlichtherle.io.archive.zip.Zip32Entry
Deprecated.  
Zip32Entry(Zip32Entry) - Constructor for class de.schlichtherle.io.archive.zip.Zip32Entry
Deprecated.  
Zip32InputArchive - Class in de.schlichtherle.io.archive.zip
Deprecated. Use ZipInputArchive instead.
Zip32InputArchive(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.io.archive.zip.Zip32InputArchive
Deprecated.  
Zip32OutputArchive - Class in de.schlichtherle.io.archive.zip
Deprecated. Use ZipOutputArchive instead.
Zip32OutputArchive(OutputStream, String, Zip32InputArchive) - Constructor for class de.schlichtherle.io.archive.zip.Zip32OutputArchive
Deprecated.  
Zip32OutputArchive(OutputStream, String, int, Zip32InputArchive) - Constructor for class de.schlichtherle.io.archive.zip.Zip32OutputArchive
Deprecated.  
ZIP64_EOCDL_LEN - Static variable in interface de.schlichtherle.util.zip.ZIP
The length of the Zip64 End Of Central Directory Locator.
ZIP64_EOCDL_SIG - Static variable in interface de.schlichtherle.util.zip.ZIP
Zip64 End Of Central Directory Locator.
ZIP64_EOCDR_MIN_LEN - Static variable in interface de.schlichtherle.util.zip.ZIP
The minimum length of the Zip64 End Of Central Directory Record.
ZIP64_EOCDR_SIG - Static variable in interface de.schlichtherle.util.zip.ZIP
Zip64 End Of Central Directory Record.
ZIP64_EXT - Static variable in interface de.schlichtherle.util.zip.ZIP
This boolean field is set by the system property de.schlichtherle.util.zip.zip64ext.
ZIP64_HEADER_ID - Static variable in class de.schlichtherle.util.zip.ExtraField
The Header ID of a ZIP64 Extended Information Extra Field.
ZipDriver - Class in de.schlichtherle.io.archive.zip
An archive driver which builds ZIP files.
ZipDriver() - Constructor for class de.schlichtherle.io.archive.zip.ZipDriver
Equivalent to this(DEFAULT_CHARSET, null, null, false, false, DEFAULT_LEVEL).
ZipDriver(String) - Constructor for class de.schlichtherle.io.archive.zip.ZipDriver
Equivalent to this(charset, null, null, false, false, DEFAULT_LEVEL).
ZipDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.ZipDriver
Equivalent to this(DEFAULT_CHARSET, null, null, false, false, level).
ZipDriver(String, boolean, boolean, Icon, Icon) - Constructor for class de.schlichtherle.io.archive.zip.ZipDriver
 
ZipDriver(String, Icon, Icon, boolean, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.ZipDriver
Constructs a new ZIP driver.
ZipEntry - Class in de.schlichtherle.io.archive.zip
An adapter class to make the ZipEntry class implement the ArchiveEntry interface.
ZipEntry(String) - Constructor for class de.schlichtherle.io.archive.zip.ZipEntry
 
ZipEntry(ZipEntry) - Constructor for class de.schlichtherle.io.archive.zip.ZipEntry
 
ZipEntry - Class in de.schlichtherle.util.zip
Drop-in replacement for java.util.zip.ZipEntry.
ZipEntry(String) - Constructor for class de.schlichtherle.util.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class de.schlichtherle.util.zip.ZipEntry
Creates a new zip blueprint with fields taken from the specified blueprint.
ZipFile - Class in de.schlichtherle.util.zip
Drop-in replacement for java.util.zip.ZipFile.
ZipFile(String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Equivalent to ZipFile(name, DEFAULT_CHARSET, true, false)
ZipFile(String, String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Equivalent to ZipFile(name, charset, true, false)
ZipFile(String, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the ZIP file identified by the given path name for reading its entries.
ZipFile(File) - Constructor for class de.schlichtherle.util.zip.ZipFile
Equivalent to ZipFile(file, DEFAULT_CHARSET, true, false)
ZipFile(File, String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Equivalent to ZipFile(file, charset, true, false)
ZipFile(File, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given File for reading its entries.
ZipFile(ReadOnlyFile) - Constructor for class de.schlichtherle.util.zip.ZipFile
Equivalent to ZipFile(rof, DEFAULT_CHARSET, true, false)
ZipFile(ReadOnlyFile, String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Equivalent to ZipFile(rof, charset, true, false)
ZipFile(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given ReadOnlyFile for reading its entries.
ZipInputArchive - Class in de.schlichtherle.io.archive.zip
An implementation of InputArchive to read ZIP archives.
ZipInputArchive(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.io.archive.zip.ZipInputArchive
 
ZipOutputArchive - Class in de.schlichtherle.io.archive.zip
An implementation of OutputArchive to write ZIP archives.
ZipOutputArchive(OutputStream, String, ZipInputArchive) - Constructor for class de.schlichtherle.io.archive.zip.ZipOutputArchive
Deprecated.  
ZipOutputArchive(OutputStream, String, int, ZipInputArchive) - Constructor for class de.schlichtherle.io.archive.zip.ZipOutputArchive
Creates a new instance which uses the output stream, character set and compression level.
ZipOutputArchive.Crc32OutputStream - Class in de.schlichtherle.io.archive.zip
 
ZipOutputArchive.Crc32OutputStream() - Constructor for class de.schlichtherle.io.archive.zip.ZipOutputArchive.Crc32OutputStream
 
ZipOutputArchive.EntryOutputStream - Class in de.schlichtherle.io.archive.zip
This entry output stream writes directly to our subclass.
ZipOutputArchive.EntryOutputStream(ZipEntry) - Constructor for class de.schlichtherle.io.archive.zip.ZipOutputArchive.EntryOutputStream
 
ZipOutputArchive.EntryOutputStream(ZipEntry, boolean) - Constructor for class de.schlichtherle.io.archive.zip.ZipOutputArchive.EntryOutputStream
 
ZipOutputArchive.TempEntryOutputStream - Class in de.schlichtherle.io.archive.zip
This entry output stream writes the entry to a temporary file.
ZipOutputArchive.TempEntryOutputStream(ZipEntry, File) - Constructor for class de.schlichtherle.io.archive.zip.ZipOutputArchive.TempEntryOutputStream
 
ZipOutputStream - Class in de.schlichtherle.util.zip
Drop-in replacement for java.util.zip.ZipOutputStream.
ZipOutputStream(OutputStream) - Constructor for class de.schlichtherle.util.zip.ZipOutputStream
Creates a new ZIP output stream decorating the given output stream, using the "UTF-8" charset.
ZipOutputStream(OutputStream, String) - Constructor for class de.schlichtherle.util.zip.ZipOutputStream
Creates a new ZIP output stream decorating the given output stream.

TrueZIP 6.8.2
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.