| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Class and Description |
|---|
| DateTimeConverter
Converts Java time values to DOS date/time values and vice versa.
|
| RawZipFile
Provides unsafe (raw) access to a ZIP file using unsynchronized methods and
shared
ZipEntry instances. |
| RawZipOutputStream
Provides unsafe (raw) access to a ZIP file using unsynchronized
methods and shared
ZipEntry instances. |
| WinZipAesParameters
The parameters of this interface are used with WinZip AES encrypted entries.
|
| ZipCharsetParameters
Defines the default character set for accessing ZIP files.
|
| ZipCryptoParameters
A marker interface for ZIP crypto parameters.
|
| ZipEntry
Drop-in replacement for
java.util.zip.ZipEntry. |
| ZipEntryFactory
A factory for
ZipEntrys. |
| ZipFileParameters
Provides parameters for reading ZIP files.
|
| ZipKeyException
Thrown to indicate that retrieving a key to encrypt or decrypt or
authenticate a ZIP entry has failed for some reason.
|
| ZipOutputStreamParameters
An interface for
ZipOutputStream parameters. |
| ZipParameters
A marker interface for ZIP parameters.
|
| ZipParametersProvider
A provider of
ZipParameters for a given type. |
| Class and Description |
|---|
| Crc32OutputStream
An output stream which updates a CRC-32 checksum.
|
| DateTimeConverter
Converts Java time values to DOS date/time values and vice versa.
|
| DecoratingOutputMethod
A decorator for output methods.
|
| DefaultZipCharsetParameters
Default implementation of
ZipCharsetParameters. |
| DummyByteInputStream
A read only file input stream which adds a dummy zero byte to the end of
the input in order to support
ZipInflaterInputStream. |
| ExtraField
Abstract base class for an Extra Field in a Local or Central Header of a
ZIP archive.
|
| ExtraFields
Represents a collection of
Extra Fields as they may
be present at several locations in ZIP files. |
| OffsetMapper
Maps a given offset to a file pointer position.
|
| OutputMethod
A method for writing a ZIP entry.
|
| RawZipFile
Provides unsafe (raw) access to a ZIP file using unsynchronized methods and
shared
ZipEntry instances. |
| RawZipOutputStream
Provides unsafe (raw) access to a ZIP file using unsynchronized
methods and shared
ZipEntry instances. |
| RawZipOutputStream.Crc32OutputMethod |
| RawZipOutputStream.EncryptedOutputMethod |
| RawZipOutputStream.RawOutputMethod |
| WinZipAesEntryOutputStream
Encrypts ZIP entry contents according the WinZip AES specification.
|
| WinZipAesEntryParameters
The parameters of this interface are used with WinZip AES encrypted entries.
|
| WinZipAesParameters
The parameters of this interface are used with WinZip AES encrypted entries.
|
| ZipCharsetParameters
Defines the default character set for accessing ZIP files.
|
| ZipCryptoException
Thrown if there is an issue when reading or writing an encrypted ZIP file
or entry.
|
| ZipCryptoParameters
A marker interface for ZIP crypto parameters.
|
| ZipDeflaterOutputStream
A deflater output stream which uses a custom
Deflater and provides
access to it. |
| ZipDeflaterOutputStream.DeflaterFactory
A factory for
Deflater objects. |
| ZipEntry
Drop-in replacement for
java.util.zip.ZipEntry. |
| ZipEntryFactory
A factory for
ZipEntrys. |
| ZipFile
Drop-in replacement for
java.util.zip.ZipFile. |
| ZipFileParameters
Provides parameters for reading ZIP files.
|
| ZipInflaterInputStream.InflaterFactory
A factory for
Inflater objects. |
| ZipKeyException
Thrown to indicate that retrieving a key to encrypt or decrypt or
authenticate a ZIP entry has failed for some reason.
|
| ZipOutputStreamParameters
An interface for
ZipOutputStream parameters. |
| ZipParameters
A marker interface for ZIP parameters.
|
| ZipParametersException
Thrown to indicate that no suitable ZIP parameters have been provided
or something is wrong with these parameters.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.