| Class | Description |
|---|---|
| GZIPInputStream |
This filter stream is used to decompress a "GZIP" format stream.
|
| GZIPOutputStream |
This filter stream is used to compress a stream into a "GZIP" stream.
|
| ZipEntry |
This class represents a member of a zip archive.
|
| ZipEntryFile | |
| ZipFile |
This class represents a Zip archive.
|
| ZipInputStream |
This is a FilterInputStream that reads the files in an zip archive
one after another.
|
| ZipOutputStream |
This is a FilterOutputStream that writes the files into a zip
archive one after another.
|
| Exception | Description |
|---|---|
| ZipException |
Thrown during the creation or input of a zip file.
|