public boolean canReadEntryData(final ZipEntry ze) {
   return ZipUtil.canHandleEntryData(ze);
 }