(ZipInputStream zis, File baseDir)
| 250 | INSTANCE; |
| 251 | |
| 252 | public List<String> copyDir(ZipInputStream zis, File baseDir) throws IOException { |
| 253 | return copyDir(zis, baseDir, null); |
| 254 | } |
| 255 | |
| 256 | public List<String> copyDir(ZipInputStream zis, File baseDir, Policy policy) throws IOException { |
| 257 | List<String> entryNames = new ArrayList<String>(); |