-
-
Classes in java.util.zip used by java.util.jar
| Class |
Description |
| DeflaterOutputStream |
This class provides an implementation of FilterOutputStream that
compresses data using the DEFLATE algorithm.
|
| InflaterInputStream |
This class provides an implementation of FilterInputStream that
decompresses data that was compressed using the DEFLATE algorithm
(see specification).
|
| ZipEntry |
An entry within a zip file.
|
| ZipException |
This runtime exception is thrown by ZipFile and
ZipInputStream when the file or stream is not a valid zip file.
|
| ZipFile |
This class provides random read access to a zip file.
|
| ZipInputStream |
Used to read (decompress) the data from zip files.
|
| ZipOutputStream |
Used to write (compress) data into zip files.
|
-
Classes in java.util.zip used by java.util.zip
| Class |
Description |
| Checksum |
The interface common to checksum classes such as Adler32 and CRC32.
|
| CRC32 |
The CRC32 class is used to compute a CRC32 checksum from data provided as
input value.
|
| DataFormatException |
DataFormatException is used to indicate an error in the format of a
particular data stream which is to be uncompressed.
|
| Deflater |
This class compresses data using the DEFLATE algorithm (see specification).
|
| DeflaterOutputStream |
This class provides an implementation of FilterOutputStream that
compresses data using the DEFLATE algorithm.
|
| Inflater |
This class decompresses data that was compressed using the DEFLATE
algorithm (see specification).
|
| InflaterInputStream |
This class provides an implementation of FilterInputStream that
decompresses data that was compressed using the DEFLATE algorithm
(see specification).
|
| ZipEntry |
An entry within a zip file.
|
| ZipException |
This runtime exception is thrown by ZipFile and
ZipInputStream when the file or stream is not a valid zip file.
|