Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ZipInputStreamUtil (0.07 sec)

  1. src/main/java/org/codelibs/core/io/TraversalUtil.java

                try {
                    ZipEntry entry = null;
                    while ((entry = ZipInputStreamUtil.getNextEntry(zis)) != null) {
                        entryNames.add(entry.getName());
                        ZipInputStreamUtil.closeEntry(zis);
                    }
                } finally {
                    CloseableUtil.close(zis);
                }
            }
    
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 18.6K bytes
    - Viewed (0)
Back to top