|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
java.util.zip
which read and write ZIP files.
See:
Description
Class Summary | |
---|---|
BasicZipFile | This class is not intended for public use! |
BasicZipOutputStream | This class is not intended for public use! |
DateTimeConverter | Converts Java time values to DOS date/time values and vice versa. |
ZipEntry | Drop-in replacement for java.util.zip.ZipEntry . |
ZipFile | Drop-in replacement for java.util.zip.ZipFile . |
ZipOutputStream | Drop-in replacement for
java.util.zip.ZipOutputStream . |
Exception Summary | |
---|---|
CRC32Exception | Thrown to indicate a CRC-32 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. |
A drop-in replacement for the classes in the package
java.util.zip
which read and write ZIP files.
The classes in this package read and write ZIP files according to a subset of PKWARE's ZIP File Format Specification , Version 6.3.2 from September 28, 2007. The subset has been selected in order to achieve the following objectives:
java.util.zip
of Sun's Java SE 6
implementation.
Long.MAX_VALUE
(9223372036854775807L).
Integer.MAX_VALUE
(2147483647).
ZipFile
supports reading
archive data from the random access read only interface
ReadOnlyFile
,
which allows to read archive data from complex data sources
such as RAES encrypted ZIP files directly without the need to
decrypt these to a temporary file first (see package
de.schlichtherle.crypto.io.raes
).
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |