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.
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.  
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
Opens the given file for reading its ZIP contents, assuming UTF-8 charset for file names.
ZipFile(String, String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given file for reading its ZIP contents, assuming the specified charset for file names.
ZipFile(String, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given file for reading its ZIP contents, assuming the specified charset for file names.
ZipFile(File) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given file for reading its ZIP contents, assuming UTF-8 charset for file names.
ZipFile(File, String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given file for reading its ZIP contents, assuming the specified charset for file names.
ZipFile(File, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given file for reading its ZIP contents, assuming the specified charset for file names.
ZipFile(ReadOnlyFile) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given read only file for reading its ZIP contents, assuming UTF-8 charset for file names.
ZipFile(ReadOnlyFile, String) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given read only file for reading its ZIP contents, assuming the specified charset for file names.
ZipFile(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.ZipFile
Opens the given read only file for reading its ZIP contents, assuming the specified charset for file names.
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.
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.

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