- ZipAuthenticationException - Exception in net.java.truevfs.comp.zip
-
Thrown to indicate that an authenticated ZIP entry has been tampered with.
- ZipAuthenticationException(String) - Constructor for exception net.java.truevfs.comp.zip.ZipAuthenticationException
-
Constructs a ZIP authentication exception with the given detail message.
- ZipCharsetParameters - Interface in net.java.truevfs.comp.zip
-
Defines the default character set for accessing ZIP files.
- ZipCryptoException - Exception in net.java.truevfs.comp.zip
-
Thrown if there is an issue when reading or writing an encrypted ZIP file
or entry.
- ZipCryptoException() - Constructor for exception net.java.truevfs.comp.zip.ZipCryptoException
-
Constructs a ZIP crypto exception with
no detail message.
- ZipCryptoException(String) - Constructor for exception net.java.truevfs.comp.zip.ZipCryptoException
-
Constructs a ZIP crypto exception with
the given detail message.
- ZipCryptoException(String, Throwable) - Constructor for exception net.java.truevfs.comp.zip.ZipCryptoException
-
Constructs a ZIP crypto exception with
the given detail message and cause.
- ZipCryptoException(Throwable) - Constructor for exception net.java.truevfs.comp.zip.ZipCryptoException
-
Constructs a ZIP crypto exception with
the given cause.
- ZipCryptoParameters - Interface in net.java.truevfs.comp.zip
-
A marker interface for ZIP crypto parameters.
- ZipEntry - Class in net.java.truevfs.comp.zip
-
- ZipEntry(String) - Constructor for class net.java.truevfs.comp.zip.ZipEntry
-
Constructs a new ZIP entry with the given name.
- ZipEntry(String, ZipEntry) - Constructor for class net.java.truevfs.comp.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 net.java.truevfs.comp.zip
-
- ZipFile - Class in net.java.truevfs.comp.zip
-
- ZipFile(Path) - Constructor for class net.java.truevfs.comp.zip.ZipFile
-
- ZipFile(Path, Charset) - Constructor for class net.java.truevfs.comp.zip.ZipFile
-
- ZipFile(Path, Charset, boolean, boolean) - Constructor for class net.java.truevfs.comp.zip.ZipFile
-
Opens the given file for reading its entries.
- ZipFile(SeekableByteChannel) - Constructor for class net.java.truevfs.comp.zip.ZipFile
-
- ZipFile(SeekableByteChannel, Charset) - Constructor for class net.java.truevfs.comp.zip.ZipFile
-
- ZipFile(SeekableByteChannel, Charset, boolean, boolean) - Constructor for class net.java.truevfs.comp.zip.ZipFile
-
- ZipFileParameters<E extends ZipEntry> - Interface in net.java.truevfs.comp.zip
-
Provides parameters for reading ZIP files.
- ZipKeyException - Exception in net.java.truevfs.comp.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 net.java.truevfs.comp.zip.ZipKeyException
-
Creates a ZIP key exception with
the given detail message.
- ZipKeyException(Throwable) - Constructor for exception net.java.truevfs.comp.zip.ZipKeyException
-
Creates a ZIP key exception with
the given cause.
- ZipOutputStream - Class in net.java.truevfs.comp.zip
-
- ZipOutputStream(OutputStream) - Constructor for class net.java.truevfs.comp.zip.ZipOutputStream
-
Constructs a ZIP output stream which decorates the given output stream
using the "UTF-8" charset.
- ZipOutputStream(OutputStream, Charset) - Constructor for class net.java.truevfs.comp.zip.ZipOutputStream
-
Constructs a ZIP output stream which decorates the given output stream
using the given charset.
- ZipOutputStream(OutputStream, ZipFile) - Constructor for class net.java.truevfs.comp.zip.ZipOutputStream
-
Constructs a ZIP output stream which decorates the given output stream
and appends to the given ZIP file.
- ZipOutputStreamParameters - Interface in net.java.truevfs.comp.zip
-
- ZipParameters - Interface in net.java.truevfs.comp.zip
-
A marker interface for ZIP parameters.
- ZipParametersException - Exception in net.java.truevfs.comp.zip
-
Thrown to indicate that no suitable ZIP parameters have been provided
or something is wrong with these parameters.
- ZipParametersException(String) - Constructor for exception net.java.truevfs.comp.zip.ZipParametersException
-
Constructs a ZIP parameters exception with
the given detail message.
- ZipParametersException(Throwable) - Constructor for exception net.java.truevfs.comp.zip.ZipParametersException
-
Constructs a ZIP parameters exception with
the given cause.
- ZipParametersProvider - Interface in net.java.truevfs.comp.zip
-