TrueZIP Driver ZIP 7.2-rc-1
A B C D E F G H I J L M N O P R S T U V W Z 

Z

ZIP64_EOCD_MIN_LEN - Static variable in interface de.schlichtherle.truezip.zip.ZipConstants
The minimum length of the Zip64 End Of Central Directory record.
ZIP64_EOCD_SIG - Static variable in interface de.schlichtherle.truezip.zip.ZipConstants
Zip64 End Of Central Directory Record.
ZIP64_EOCDL_LEN - Static variable in interface de.schlichtherle.truezip.zip.ZipConstants
The length of the Zip64 End Of Central Directory Locator.
ZIP64_EOCDL_SIG - Static variable in interface de.schlichtherle.truezip.zip.ZipConstants
Zip64 End Of Central Directory Locator.
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 default character set for entry names and comments, which is "IBM437".
ZipArchiveEntry - Class in de.schlichtherle.truezip.fs.archive.zip
An adapter class to make the ZipEntry class implement the FsArchiveEntry interface.
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
 
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
 
ZipConstants - Interface in de.schlichtherle.truezip.zip
A package private interface with some useful constants for ZIP archive files.
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
ZipDriver(IOPoolProvider, Charset) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Constructs a new ZIP 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
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 specified name.
ZipEntry(String, ZipEntry) - Constructor for class de.schlichtherle.truezip.zip.ZipEntry
Constructs a new ZIP entry with the given name which has 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.
ZipFile.DefaultReadOnlyFilePool - Class in de.schlichtherle.truezip.zip
A pool which allocates DefaultReadOnlyFile objects for the provided to its constructor.
ZipFile.DefaultReadOnlyFilePool(File) - Constructor for class de.schlichtherle.truezip.zip.ZipFile.DefaultReadOnlyFilePool
 
ZipFile.DefaultReadOnlyFilePool(String) - Constructor for class de.schlichtherle.truezip.zip.ZipFile.DefaultReadOnlyFilePool
 
ZipInputShop - Class in de.schlichtherle.truezip.fs.archive.zip
An input shop for reading ZIP archive files.
ZipInputShop(ZipDriver, ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
 
ZipOutputShop - Class in de.schlichtherle.truezip.fs.archive.zip
An output shop for writing ZIP archive files.
ZipOutputShop(ZipDriver, 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) - 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) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.EntryOutputStream
 
ZipOutputShop.EntryOutputStream(ZipArchiveEntry, boolean) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.EntryOutputStream
 
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 apppends to the given raw ZIP file.
A B C D E F G H I J L M N O P R S T U V W Z 
TrueZIP Driver ZIP 7.2-rc-1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.