Ejemplo n.º 1
0
 public boolean canReadEntryData(final ZipEntry ze) {
   return ZipUtil.canHandleEntryData(ze);
 }