Package | Description |
---|---|
java.util.jar | |
java.util.zip |
Modifier and Type | Class and Description |
---|---|
class |
JarOutputStream |
Modifier and Type | Class and Description |
---|---|
class |
GZIPOutputStream |
class |
ZipOutputStream
the format of a Zip stream looks like:
[local file Header + file data + data_descriptor] ...
|