Skip navigation links
A B C D E F G I L M N O P R S T U V W Z 

A

AbstractZipFile<E extends ZipEntry> - Class in net.java.truevfs.comp.zip
Provides unsafe (raw) access to a ZIP file using shared ZipEntry instances.
AbstractZipFile(Source, ZipFileParameters<E>) - Constructor for class net.java.truevfs.comp.zip.AbstractZipFile
Reads the given zip file in order to provide random access to its entries.
AbstractZipOutputStream<E extends ZipEntry> - Class in net.java.truevfs.comp.zip
Provides unsafe (raw) access to a ZIP file using shared ZipEntry instances.
AbstractZipOutputStream(Sink, AbstractZipFile<E>, ZipOutputStreamParameters) - Constructor for class net.java.truevfs.comp.zip.AbstractZipOutputStream
Constructs a raw ZIP output stream which decorates the given output stream and optionally apppends to the given raw ZIP file.

B

blockCounter - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
blockSize - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
BufferedPartialBlockCipher - Class in net.java.truevfs.comp.zip.crypto
A buffered block cipher which allows a partial block when calling BufferedBlockCipher.doFinal(byte[], int).
BufferedPartialBlockCipher(BlockCipher) - Constructor for class net.java.truevfs.comp.zip.crypto.BufferedPartialBlockCipher
 
busy() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns true if and only if this ZIP file is busy reading one or more entries.
busy() - Method in class net.java.truevfs.comp.zip.ZipFile
 
BZIP2 - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Method for BZIP2 compressed entries.

C

cipher - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
cipherIn - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
cipherOut - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
CipherOutputStream - Class in net.java.truevfs.comp.zip.crypto
Similar to javax.crypto.CipherOutputStream with some exceptions: This implementation is based on Bouncy Castle's lightweight crypto API and uses a BufferedBlockCipher for ciphering.
CipherOutputStream(BufferedBlockCipher, OutputStream) - Constructor for class net.java.truevfs.comp.zip.crypto.CipherOutputStream
Creates a new cipher output stream.
CipherReadOnlyChannel - Class in net.java.truevfs.comp.zip.crypto
Provides buffered random read-only access to the plain text of an encrypted file.
CipherReadOnlyChannel(SeekableBlockCipher, SeekableByteChannel) - Constructor for class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
Constructs a new cipher read-only channel.
CipherReadOnlyChannel(SeekableBlockCipher, SeekableByteChannel, int) - Constructor for class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
Constructs a new cipher read-only channel.
clearEncryption() - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the encryption property to false and removes any other encryption artifacts, e.g.
clone() - Method in class net.java.truevfs.comp.zip.ZipEntry
 
close() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Closes the file.
close() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class net.java.truevfs.comp.zip.crypto.CipherOutputStream
 
close() - Method in class net.java.truevfs.comp.zip.ZipFile
 
closeEntry() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Writes all necessary data for this entry to the underlying stream.
Crc32Exception - Exception in net.java.truevfs.comp.zip
Thrown to indicate a CRC32 mismatch between the declared value in the Central File Header and the Data Descriptor or between the declared value and the computed value from the decompressed data.
CtrBlockCipher - Class in net.java.truevfs.comp.zip.crypto
Implements Counter (CTR) mode (alias Segmented Integer Counter - SIC) on top of a simple block cipher.
CtrBlockCipher(BlockCipher) - Constructor for class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
Constructs a new CTR block cipher.

D

DateTimeConverter - Enum in net.java.truevfs.comp.zip
Converts Java time values to DOS date/time values and vice versa.
DEFAULT_CHARSET - Static variable in class net.java.truevfs.comp.zip.AbstractZipFile
The default character set used for entry names and comments in ZIP files.
DEFAULT_CHARSET - Static variable in class net.java.truevfs.comp.zip.ZipOutputStream
The default character set used for entry names and comments in ZIP files.
DEFLATED - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Method for Deflated compressed entries.

E

entries() - Method in class net.java.truevfs.comp.zip.ZipFile
Enumerates clones of all entries in this ZIP file.
entry(String) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the entry for the given name or null if no entry with this name exists in this ZIP file.
entry(String) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the entry for the given name or null if no entry with this name exists in this ZIP file.
entry(String) - Method in class net.java.truevfs.comp.zip.ZipFile
Returns a clone of the entry for the given name or null if no entry with this name exists in this ZIP file.
entry(String) - Method in class net.java.truevfs.comp.zip.ZipOutputStream
Returns a clone of the entry for the given name or null if no entry with this name exists in this ZIP file.

F

finish() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Closes the current entry and writes the Central Directory to the underlying output stream.
finish() - Method in class net.java.truevfs.comp.zip.crypto.CipherOutputStream
Finishes and voids this cipher output stream.

G

get(Class<P>) - Method in interface net.java.truevfs.comp.zip.ZipParametersProvider
Returns ZipParameters of the given type or null if not available.
getActualCrc() - Method in exception net.java.truevfs.comp.zip.Crc32Exception
Returns the CRC32 value which has actually been found for the ZIP entry.
getAlgorithmName() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
getBlockCounter() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
getBlockCounter() - Method in interface net.java.truevfs.comp.zip.crypto.SeekableBlockCipher
Returns the index of the block, starting at 0, which will be processed next when BlockCipher.processBlock(byte[], int, byte[], int) is called.
getBlockSize() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
getCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the name of the character set which is effectively used for decoding entry names and the file comment.
getCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the name of the character set which is used for encoding entry names and the file comment.
getCharset() - Method in interface net.java.truevfs.comp.zip.ZipCharsetParameters
Returns the default character set for comments and entry names in a ZIP file.
getCheckedInputStream(String) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
getComment() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the file comment.
getComment() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the file comment.
getComment() - Method in class net.java.truevfs.comp.zip.ZipEntry
 
getCompressedSize() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns the compressed size of this entry.
getCrc() - Method in class net.java.truevfs.comp.zip.ZipEntry
 
getCryptoParameters() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the parameters for encryption or authentication of entries.
getCryptoParameters() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the parameters for encryption or authentication of entries.
getCryptoParameters() - Method in class net.java.truevfs.comp.zip.ZipFile
 
getCryptoParameters() - Method in class net.java.truevfs.comp.zip.ZipOutputStream
 
getDateTimeConverter() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns a DateTimeConverter for the conversion of Java time to DOS date/time fields and vice versa.
getExpectedCrc() - Method in exception net.java.truevfs.comp.zip.Crc32Exception
Returns the CRC32 value which has been expected for the ZIP entry.
getExternalAttributes() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns the external file attributes.
getExtra() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns a protective copy of the serialized extra fields.
getInputStream(String) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
getInputStream(String, Boolean, boolean) - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns an InputStream for reading the contents of the given entry.
getInputStream(String, Boolean, boolean) - Method in class net.java.truevfs.comp.zip.ZipFile
 
getKeyStrength(String) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
Returns the key strength to use for writing a WinZip AES entry.
getLevel() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the compression level for entries.
getLevel() - Method in interface net.java.truevfs.comp.zip.ZipOutputStreamParameters
Returns the compression level for entries.
getMethod() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the default compression method for subsequent entries.
getMethod() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns the compression method for this entry.
getMethod() - Method in interface net.java.truevfs.comp.zip.ZipOutputStreamParameters
Returns the default compression method for entries.
getName() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns the ZIP entry name.
getName() - Method in class net.java.truevfs.comp.zip.ZipFile
Returns the string representation of whatever input source object was used to construct this ZIP file.
getOverheadSize() - Method in interface net.java.truevfs.comp.zip.ZipOutputStreamParameters
Returns the number of entries which can be additionally accomodated by the internal hash map without resizing it.
getPlatform() - Method in class net.java.truevfs.comp.zip.ZipEntry
 
getPostambled() - Method in interface net.java.truevfs.comp.zip.ZipFileParameters
Returns the flag for supporting postambles of arbitrary length.
getPostambleInputStream() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns an InputStream to load the postamble of this ZIP file.
getPostambleInputStream() - Method in class net.java.truevfs.comp.zip.ZipFile
 
getPostambleLength() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the size of the postamble of this ZIP file in bytes.
getPreambled() - Method in interface net.java.truevfs.comp.zip.ZipFileParameters
Returns the flag for supporting preambles.
getPreambleInputStream() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns an InputStream to load the preamble of this ZIP file.
getPreambleInputStream() - Method in class net.java.truevfs.comp.zip.ZipFile
 
getPreambleLength() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the size of the preamble of this ZIP file in bytes.
getRawCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the character set which is effectively used for decoding entry names and the file comment.
getRawCharset() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the character set which is used for encoding entry names and the file comment.
getReadPassword(String, boolean) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
Returns the password bytes to use for reading a WinZip AES entry.
getSize() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns the uncompressed size of this entry.
getTime() - Method in class net.java.truevfs.comp.zip.ZipEntry
 
getWritePassword(String) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
Returns the password bytes to use for writing a WinZip AES entry.

I

incCounter() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
init(boolean, CipherParameters) - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
isBusy() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns true if and only if this AbstractZipOutputStream is currently writing a ZIP entry.
isDirectory() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns true if and only if this ZIP entry represents a directory entry (i.e.
isEncrypted() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns true if and only if this ZIP entry is encrypted.
iterator() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns an iteration of all entries in this ZIP file.
iterator() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns an iteration of all entries written to this ZIP file so far.
iterator() - Method in class net.java.truevfs.comp.zip.ZipFile
Iterates through clones for all entries in this ZIP file.
iterator() - Method in class net.java.truevfs.comp.zip.ZipOutputStream
Returns a safe iteration of clones for all entries written to this ZIP file so far.
IV - Variable in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 

L

length() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the file length of this ZIP file in bytes.
length() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the total number of (compressed) bytes this stream has written to the underlying stream.

M

mac(Mac) - Method in class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
Returns the authentication code of the encrypted data in this cipher read-only channel using the given Message Authentication Code (MAC) object.
MAX_DOS_TIME - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Largest supported DOS date/time value in a ZIP file, which is December 31st, 2107 AD 23:59:58 local time.
MIN_DOS_TIME - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Smallest supported DOS date/time value in a ZIP file, which is January 1st, 1980 AD 00:00:00 local time.

N

net.java.truevfs.comp.zip - package net.java.truevfs.comp.zip
Provides classes for reading and writing ZIP files.
net.java.truevfs.comp.zip.crypto - package net.java.truevfs.comp.zip.crypto
Provides utilities for ZIP file cryptography.
newEntry(String) - Method in interface net.java.truevfs.comp.zip.ZipEntryFactory
Returns a new ZIP entry with the given name.

O

offsetsConsiderPreamble() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns true if and only if the offsets in this ZIP file are relative to the start of the file, rather than the first Local File Header.

P

PLATFORM_FAT - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Windows platform.
PLATFORM_UNIX - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Unix platform.
position() - Method in class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
 
position(long) - Method in class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
 
processBlock(byte[], int, byte[], int) - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
putNextEntry(E) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
putNextEntry(E, boolean) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Starts writing the next ZIP entry to the underlying stream.

R

read(ByteBuffer) - Method in class net.java.truevfs.comp.zip.crypto.CipherReadOnlyChannel
 
recoverLostEntries() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Recovers any lost entries which have been added to the ZIP file after the (last) End Of Central Directory Record (EOCDR).
recoverLostEntries() - Method in class net.java.truevfs.comp.zip.ZipFile
Recovers any lost entries which have been added to the ZIP file after the (last) End Of Central Directory Record (EOCDR).
reset() - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 

S

SeekableBlockCipher - Interface in net.java.truevfs.comp.zip.crypto
Extends a BlockCipher in order to support random access to the blocks in a plain or cipher text.
setBlockCounter(long) - Method in class net.java.truevfs.comp.zip.crypto.CtrBlockCipher
 
setBlockCounter(long) - Method in interface net.java.truevfs.comp.zip.crypto.SeekableBlockCipher
Sets the counter so that the block with the given index, starting at 0, can be processed next.
setComment(String) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Sets the file comment.
setComment(String) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the entry comment.
setCompressedSize(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the compressed size of this entry.
setCrc(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
 
setCryptoParameters(ZipCryptoParameters) - Method in class net.java.truevfs.comp.zip.ZipFile
Sets the parameters for encryption or authentication of entries.
setCryptoParameters(ZipCryptoParameters) - Method in class net.java.truevfs.comp.zip.ZipOutputStream
Sets the parameters for encryption or authentication of entries.
setEncrypted(boolean) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the encryption flag for this ZIP entry.
setExternalAttributes(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the external file attributes.
setExtra(byte[]) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the serialized extra fields by making a protective copy.
setKeyStrength(String, AesKeyStrength) - Method in interface net.java.truevfs.comp.zip.WinZipAesParameters
Sets the key strength obtained from reading a WinZip AES entry.
setLevel(int) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Sets the compression level for entries.
setMethod(int) - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Sets the default compression method for entries.
setMethod(int) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the compression method for this entry.
setPlatform(int) - Method in class net.java.truevfs.comp.zip.ZipEntry
 
setSize(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
Sets the uncompressed size of this entry.
setTime(long) - Method in class net.java.truevfs.comp.zip.ZipEntry
 
size() - Method in class net.java.truevfs.comp.zip.AbstractZipFile
Returns the number of entries in this ZIP file.
size() - Method in class net.java.truevfs.comp.zip.AbstractZipOutputStream
Returns the number of ZIP entries written so far.
STORED - Static variable in class net.java.truevfs.comp.zip.ZipEntry
Method for Stored (uncompressed) entries.

T

toString() - Method in class net.java.truevfs.comp.zip.ZipEntry
Returns a string representation of this object for debugging and logging purposes.

U

UNKNOWN - Static variable in class net.java.truevfs.comp.zip.ZipEntry
The unknown value for numeric properties.

V

valueOf(String) - Static method in enum net.java.truevfs.comp.zip.DateTimeConverter
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.java.truevfs.comp.zip.DateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.

W

WinZipAesParameters - Interface in net.java.truevfs.comp.zip
The parameters of this interface are used with WinZip AES encrypted entries.
write(int) - Method in class net.java.truevfs.comp.zip.crypto.CipherOutputStream
Ciphers and writes the given byte to the underlying output stream.
write(byte[], int, int) - Method in class net.java.truevfs.comp.zip.crypto.CipherOutputStream
Ciphers and writes the contents of the given byte array to the underlying output stream.

Z

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
Replacement for java.util.zip.ZipEntry.
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
A factory for ZipEntrys.
ZipFile - Class in net.java.truevfs.comp.zip
Replacement for java.util.zip.ZipFile.
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
Opens the given SeekableByteChannel for reading its entries.
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
Replacement for java.util.zip.ZipOutputStream.
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
An interface for ZipOutputStream parameters.
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
A provider of ZipParameters for a given type.
A B C D E F G I L M N O P R S T U V W Z 
Skip navigation links