test for malformed ZIP?
Thomas L Roche <tlroche-r/[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <OF7E99B3C6.D7CE4E2D-ON87257093.000B2EBD-85257093.000D9909@us.ibm.com> |
Does anyone have method or API to test if a zipfile is malformed? I'm considering checking if new ZipFile() throws something, or if its entries() is null or empty. (NOT considering parsing $(zipinfo).) Extra points if method/API works on an FTPFile !-)