- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ZipFileUtil (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/core/zip/ZipFileUtil.java
/** * Utility class for handling {@link java.util.zip.ZipFile}. * * @author higa */ public abstract class ZipFileUtil { private static final Logger logger = Logger.getLogger(ZipFileUtil.class); /** * Do not instantiate. */ protected ZipFileUtil() { } /** * Creates and returns a <code>ZipFile</code> for reading the specified Zip file. *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) -
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)); }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 1.6K bytes - Click Count (0)