public final class JkUtilsZip
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.util.zip.ZipEntry> |
zipEntries(java.util.zip.ZipFile zipFile)
Returns all zip entry of the specified zip file.
|
static java.util.zip.ZipFile |
zipFile(java.io.File file)
Creates a
ZipFile to file without checked exception. |