static bool isZip(byte[] data) { ret isJAR(data); } static bool isZip(File f) { ret isJAR(f); }