Uses of Interface
com.aoapps.lang.zip.ZipEntryFilter
-
Packages that use ZipEntryFilter Package Description com.aoapps.lang.zip -
-
Uses of ZipEntryFilter in com.aoapps.lang.zip
Methods in com.aoapps.lang.zip with parameters of type ZipEntryFilter Modifier and Type Method Description static voidZipUtils. copyEntries(File file, ZipOutputStream zipOut, ZipEntryFilter filter)Copies all non-directory entries.static voidZipUtils. copyEntries(ZipFile zipFile, ZipOutputStream zipOut, ZipEntryFilter filter)Copies all entries.static voidZipUtils. mergeUnzip(ZipEntryFilter filter, File destination, File... zipFiles)Combine contents of all ZIP files while unzipping, only allowing duplicates where the file contents are equal.static voidZipUtils. unzip(File sourceFile, String sourcePrefix, File destination, ZipEntryFilter filter)Unzips the provided file to the given destination directory.
-