Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Field and Description |
---|---|
private static JarMarker |
JarMarker.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static JarMarker |
JarMarker.getInstance()
Since JarMarker is stateless we can always use the same instance.
|