| Package | Description |
|---|---|
| net.java.truevfs.comp.zip |
Provides classes for reading and writing ZIP files.
|
| Class and Description |
|---|
| AbstractZipFile
Provides unsafe (raw) access to a ZIP file using shared
ZipEntry
instances. |
| AbstractZipOutputStream
Provides unsafe (raw) access to a ZIP file using shared
ZipEntry
instances. |
| DateTimeConverter
Converts Java time values to DOS date/time values and vice versa.
|
| 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.
|
| ZipEntry
Replacement for
java.util.zip.ZipEntry. |
| ZipEntryFactory
A factory for
ZipEntrys. |
| ZipFile
Replacement for
java.util.zip.ZipFile. |
| 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.
|
| ZipParametersException
Thrown to indicate that no suitable ZIP parameters have been provided
or something is wrong with these parameters.
|
Copyright © 2005–2015 Schlichtherle IT Services. All rights reserved.