Class UnZIPWorker

    • Constructor Detail

      • UnZIPWorker

        public UnZIPWorker()
    • Method Detail

      • isAcceptedByFilters

        protected boolean isAcceptedByFilters​(de.schlichtherle.truezip.zip.ZipEntry entry)
        This method returns true when a given zip entry shall be extracted otherwise false. ArchiveEntryFilters decide if a file shalle be excluded from the extraction process or not. If one applied Filter doesn't accept a zip archive entry it will not be extracted from the archive.
        Parameters:
        entry - The archive entry of the zip archive.
        Returns:
        if the file is accepted and therefore extracted from the archive.