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

Z

ZIP_CHARSET - Static variable in class net.java.truevfs.comp.zipdriver.ZipDriver
The character set for entry names and comments in "traditional" ZIP files, which is "IBM437".
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.
zipCryptoParameters(FsModel, Charset) - Method in class net.java.truevfs.comp.zipdriver.AbstractZipDriver
Returns the ZIP crypto parameters for the given file system model and character set or null if not available.
ZipDriver - Class in net.java.truevfs.comp.zipdriver
An archive driver for ZIP files.
ZipDriver() - Constructor for class net.java.truevfs.comp.zipdriver.ZipDriver
 
ZipDriverEntry - Class in net.java.truevfs.comp.zipdriver
ZIP driver entries apply the date/time conversion rules as defined by DateTimeConverter.ZIP.
ZipDriverEntry(String) - Constructor for class net.java.truevfs.comp.zipdriver.ZipDriverEntry
 
ZipDriverEntry(String, ZipEntry) - Constructor for class net.java.truevfs.comp.zipdriver.ZipDriverEntry
 
ZipDriverMapModifier - Class in net.java.truevfs.driver.zip
Maps a file system driver for accessing the ZIP file format.
ZipDriverMapModifier() - Constructor for class net.java.truevfs.driver.zip.ZipDriverMapModifier
 
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.
ZipInputService<E extends AbstractZipDriverEntry> - Class in net.java.truevfs.comp.zipdriver
An input service for reading ZIP files.
ZipInputService(FsModel, FsInputSocketSource, AbstractZipDriver<E>) - Constructor for class net.java.truevfs.comp.zipdriver.ZipInputService
 
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.
ZipOutputService<E extends AbstractZipDriverEntry> - Class in net.java.truevfs.comp.zipdriver
An output service for writing ZIP files.
ZipOutputService(FsModel, FsOutputSocketSink, ZipInputService<E>, AbstractZipDriver<E>) - Constructor for class net.java.truevfs.comp.zipdriver.ZipOutputService
 
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
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.
ZipRaesDriver - Class in net.java.truevfs.driver.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() - Constructor for class net.java.truevfs.driver.zip.raes.ZipRaesDriver
 
ZipRaesDriverMapModifier - Class in net.java.truevfs.driver.zip.raes
Maps a file system driver for accessing the RAES encrypted ZIP file format, alias ZIP.RAES or TZP.
ZipRaesDriverMapModifier() - Constructor for class net.java.truevfs.driver.zip.raes.ZipRaesDriverMapModifier
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links
TrueVFS 0.12.0

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