- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for toZipFile (0.06 seconds)
-
src/main/java/org/codelibs/core/zip/ZipFileUtil.java
* * @param zipUrl * URL pointing to the Zip file. Must not be {@literal null}. * @return A <code>ZipFile</code> for reading the specified Zip file. */ public static ZipFile toZipFile(final URL zipUrl) { assertArgumentNotNull("zipUrl", zipUrl); return create(new File(toZipFilePath(zipUrl))); } /** * Returns the path of the Zip file specified by the URL.Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 4.7K bytes - Click Count (0)