public class IsZipExt
extends java.lang.Object
| Constructor and Description |
|---|
IsZipExt() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isZip(java.lang.String fileName)
check if this is a zip file by looking at the file extensions.
|