- ZIP64_EOCDL_LEN - Static variable in interface de.schlichtherle.truezip.zip.Constants
-
The length of the Zip64 End Of Central Directory Locator.
- ZIP64_EOCDL_SIG - Static variable in interface de.schlichtherle.truezip.zip.Constants
-
Zip64 End Of Central Directory Locator.
- ZIP64_EOCDR_MIN_LEN - Static variable in interface de.schlichtherle.truezip.zip.Constants
-
The minimum length of the Zip64 End Of Central Directory Record.
- ZIP64_EOCDR_SIG - Static variable in interface de.schlichtherle.truezip.zip.Constants
-
Zip64 End Of Central Directory Record.
- ZIP64_HEADER_ID - Static variable in class de.schlichtherle.truezip.zip.ExtraField
-
The Header ID of a ZIP64 Extended Information Extra Field.
- ZIP_CHARSET - Static variable in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
The character set for entry names and comments in "traditional"
ZIP files, which is "IBM437".
- ZipArchiveEntry - Class in de.schlichtherle.truezip.fs.archive.zip
-
- ZipArchiveEntry(String) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
-
- ZipArchiveEntry(String, ZipEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
-
- 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
-
- ZipController - Class in de.schlichtherle.truezip.fs.archive.zip
-
This file system controller decorates another file system controller in
order to manage the authentication key(s) required for accessing its target
encrypted ZIP archive file.
- ZipController(FsController<?>, ZipDriver) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipController
-
Constructs a new ZIP archive controller.
- 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(ZipInputShop) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
- zipCryptoParameters(ZipOutputShop) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
- 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.
- ZipDeflaterOutputStream - Class in de.schlichtherle.truezip.zip
-
A deflater output stream which uses a custom
Deflater and provides
access to it.
- ZipDeflaterOutputStream(OutputStream, int, int) - Constructor for class de.schlichtherle.truezip.zip.ZipDeflaterOutputStream
-
- ZipDeflaterOutputStream.DeflaterFactory - Class in de.schlichtherle.truezip.zip
-
- ZipDeflaterOutputStream.DeflaterFactory() - Constructor for class de.schlichtherle.truezip.zip.ZipDeflaterOutputStream.DeflaterFactory
-
- ZipDeflaterOutputStream.Jdk6DeflaterFactory - Class in de.schlichtherle.truezip.zip
-
- ZipDeflaterOutputStream.Jdk6DeflaterFactory() - Constructor for class de.schlichtherle.truezip.zip.ZipDeflaterOutputStream.Jdk6DeflaterFactory
-
- ZipDriver - Class in de.schlichtherle.truezip.fs.archive.zip
-
An archive driver which builds ZIP files.
- ZipDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
Constructs a new ZIP file driver.
- ZipDriver(IOPoolProvider, Charset) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
Constructs a new ZIP file driver.
- 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
-
- 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
-
- ZipFile - Class in de.schlichtherle.truezip.zip
-
- 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
-
- ZipFile.DefaultReadOnlyFilePool - Class in de.schlichtherle.truezip.zip
-
- ZipFile.DefaultReadOnlyFilePool(String) - Constructor for class de.schlichtherle.truezip.zip.ZipFile.DefaultReadOnlyFilePool
-
- ZipFile.DefaultReadOnlyFilePool(File) - Constructor for class de.schlichtherle.truezip.zip.ZipFile.DefaultReadOnlyFilePool
-
- ZipFileParameters<E extends ZipEntry> - Interface in de.schlichtherle.truezip.zip
-
Provides parameters for reading ZIP files.
- ZipInflaterInputStream - Class in de.schlichtherle.truezip.zip
-
An inflater input stream which uses a custom
Inflater and provides
access to it.
- ZipInflaterInputStream(DummyByteInputStream, int) - Constructor for class de.schlichtherle.truezip.zip.ZipInflaterInputStream
-
- ZipInflaterInputStream.InflaterFactory - Class in de.schlichtherle.truezip.zip
-
- ZipInflaterInputStream.InflaterFactory() - Constructor for class de.schlichtherle.truezip.zip.ZipInflaterInputStream.InflaterFactory
-
- ZipInflaterInputStream.Jdk6InflaterFactory - Class in de.schlichtherle.truezip.zip
-
- ZipInflaterInputStream.Jdk6InflaterFactory() - Constructor for class de.schlichtherle.truezip.zip.ZipInflaterInputStream.Jdk6InflaterFactory
-
- 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
-
- ZipOutputShop.BufferedEntryOutputStream - Class in de.schlichtherle.truezip.fs.archive.zip
-
This entry output stream writes the ZIP archive entry to an
I/O pool entry.
- ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?>, ZipArchiveEntry, boolean) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.BufferedEntryOutputStream
-
- ZipOutputShop.EntryOutputStream - Class in de.schlichtherle.truezip.fs.archive.zip
-
This entry output stream writes directly to this output shop.
- ZipOutputShop.EntryOutputStream(ZipArchiveEntry, boolean) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.EntryOutputStream
-
- ZipOutputStream - Class in de.schlichtherle.truezip.zip
-
- 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
-
- 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
-
- ZipParametersUtils - Class in de.schlichtherle.truezip.zip
-
Provides static utility methods for ZIP parameters.
- ZipParametersUtils() - Constructor for class de.schlichtherle.truezip.zip.ZipParametersUtils
-