- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for toZipFilePath (1.18 sec)
-
src/test/java/org/codelibs/core/zip/ZipFileUtilTest.java
return null; } }); final String root = new File("/").getCanonicalPath(); assertEquals(root + "Program Files" + File.separator + "foo.zip", ZipFileUtil.toZipFilePath(url)); }Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/zip/ZipFileUtil.java
return create(new File(toZipFilePath(zipUrl))); } /** * Returns the path of the Zip file specified by the URL. * * @param zipUrl * URL pointing to the Zip file. Must not be {@literal null}. * @return The path of the Zip file specified by the URL. */ public static String toZipFilePath(final URL zipUrl) {Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 4.7K bytes - Viewed (0)