Skip navigation links
TrueZIP 7.7.10
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

ZipAuthenticationException - Exception in de.schlichtherle.truezip.zip
Thrown to indicate that an authenticated ZIP entry has been tampered with.
ZipAuthenticationException(String) - Constructor for exception de.schlichtherle.truezip.zip.ZipAuthenticationException
Constructs a ZIP authentication exception with the given detail message.
ZipCharsetParameters - Interface in de.schlichtherle.truezip.zip
Defines the default character set for accessing ZIP files.
ZipCharsetProvider - Class in de.schlichtherle.truezip.nio.charset
A charset provider that only provides the IBM437 character set, also known as CP437.
ZipCharsetProvider() - Constructor for class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
ZipCryptoException - Exception in de.schlichtherle.truezip.zip
Thrown if there is an issue when reading or writing an encrypted ZIP file or entry.
ZipCryptoException() - Constructor for exception de.schlichtherle.truezip.zip.ZipCryptoException
Constructs a ZIP crypto exception with no detail message.
ZipCryptoException(String) - Constructor for exception de.schlichtherle.truezip.zip.ZipCryptoException
Constructs a ZIP crypto exception with the given detail message.
ZipCryptoException(String, Throwable) - Constructor for exception de.schlichtherle.truezip.zip.ZipCryptoException
Constructs a ZIP crypto exception with the given detail message and cause.
ZipCryptoException(Throwable) - Constructor for exception de.schlichtherle.truezip.zip.ZipCryptoException
Constructs a ZIP crypto exception with the given cause.
zipCryptoParameters(FsModel, Charset) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Returns the ZIP crypto parameters for the given file system model and character set or null if not available.
ZipCryptoParameters - Interface in de.schlichtherle.truezip.zip
A marker interface for ZIP crypto parameters.
ZipDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ZIP files.
ZipDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Constructs a new ZIP driver.
ZipDriver(IOPoolProvider, Charset) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Constructs a new ZIP driver.
ZipDriverEntry - Class in de.schlichtherle.truezip.fs.archive.zip
ZIP archive entries apply the date/time conversion rules as defined by DateTimeConverter.ZIP.
ZipDriverEntry(String) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriverEntry
 
ZipDriverEntry(String, ZipEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriverEntry
 
ZipDriverService - Class in de.schlichtherle.truezip.fs.archive.zip
An immutable container of a map of drivers for the ZIP file format.
ZipDriverService() - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriverService
 
ZipEntry - Class in de.schlichtherle.truezip.zip
Drop-in replacement for java.util.zip.ZipEntry.
ZipEntry(String) - Constructor for class de.schlichtherle.truezip.zip.ZipEntry
Constructs a new ZIP entry with the given name.
ZipEntry(String, ZipEntry) - Constructor for class de.schlichtherle.truezip.zip.ZipEntry
Constructs a new ZIP entry with the given name and all other properties copied from the given template.
ZipEntryFactory<E extends ZipEntry> - Interface in de.schlichtherle.truezip.zip
A factory for ZipEntrys.
ZipFile - Class in de.schlichtherle.truezip.zip
Drop-in replacement for java.util.zip.ZipFile.
ZipFile(String) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
ZipFile(String, Charset) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
ZipFile(String, Charset, boolean, boolean) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
Opens the ZIP file identified by the given path name for reading its entries.
ZipFile(File) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
ZipFile(File, Charset) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
ZipFile(File, Charset, boolean, boolean) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
Opens the given File for reading its entries.
ZipFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
ZipFile(ReadOnlyFile, Charset) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
ZipFile(ReadOnlyFile, Charset, boolean, boolean) - Constructor for class de.schlichtherle.truezip.zip.ZipFile
Opens the given ReadOnlyFile for reading its entries.
ZipFileParameters<E extends ZipEntry> - Interface in de.schlichtherle.truezip.zip
Provides parameters for reading ZIP files.
ZipInputShop - Class in de.schlichtherle.truezip.fs.archive.zip
An input shop for reading ZIP files.
ZipInputShop(ZipDriver, FsModel, ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
 
ZipKeyException - Exception in de.schlichtherle.truezip.zip
Thrown to indicate that retrieving a key to encrypt or decrypt or authenticate a ZIP entry has failed for some reason.
ZipKeyException(String) - Constructor for exception de.schlichtherle.truezip.zip.ZipKeyException
Creates a ZIP key exception with the given detail message.
ZipKeyException(Throwable) - Constructor for exception de.schlichtherle.truezip.zip.ZipKeyException
Creates a ZIP key exception with the given cause.
ZipOutputShop - Class in de.schlichtherle.truezip.fs.archive.zip
An output shop for writing ZIP files.
ZipOutputShop(ZipDriver, FsModel, OutputStream, ZipInputShop) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
 
ZipOutputStream - Class in de.schlichtherle.truezip.zip
Drop-in replacement for java.util.zip.ZipOutputStream.
ZipOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.zip.ZipOutputStream
Constructs a ZIP output stream which decorates the given output stream using the "UTF-8" charset.
ZipOutputStream(OutputStream, Charset) - Constructor for class de.schlichtherle.truezip.zip.ZipOutputStream
Constructs a ZIP output stream which decorates the given output stream using the given charset.
ZipOutputStream(OutputStream, ZipFile) - Constructor for class de.schlichtherle.truezip.zip.ZipOutputStream
Constructs a ZIP output stream which decorates the given output stream and appends to the given ZIP file.
ZipOutputStreamParameters - Interface in de.schlichtherle.truezip.zip
An interface for ZipOutputStream parameters.
ZipParameters - Interface in de.schlichtherle.truezip.zip
A marker interface for ZIP parameters.
ZipParametersException - Exception in de.schlichtherle.truezip.zip
Thrown to indicate that no suitable ZIP parameters have been provided or something is wrong with these parameters.
ZipParametersException(String) - Constructor for exception de.schlichtherle.truezip.zip.ZipParametersException
Constructs a ZIP parameters exception with the given detail message.
ZipParametersException(Throwable) - Constructor for exception de.schlichtherle.truezip.zip.ZipParametersException
Constructs a ZIP parameters exception with the given cause.
ZipParametersProvider - Interface in de.schlichtherle.truezip.zip
A provider of ZipParameters for a given type.
ZipRaesDriver - Class in de.schlichtherle.truezip.fs.archive.zip.raes
An abstract archive driver for RAES encrypted ZIP files which optionally authenticates the cipher data of the input archive files presented to it.
ZipRaesDriver(IOPoolProvider, KeyManagerProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
Constructs a new RAES encrypted ZIP file driver.
ZipRaesDriverService - Class in de.schlichtherle.truezip.fs.archive.zip.raes
An immutable container of a map of drivers for the ZIP.RAES file format.
ZipRaesDriverService() - Constructor for class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriverService
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links
TrueZIP 7.7.10

Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.