Class ZipCategory

    • Method Detail

      • unzipTo

        public static Collection<File> unzipTo​(File self,
                                               File destination)
        Unzips this file. If the destination directory is not provided, it will fall back to this file's parent directory.
        Parameters:
        self - file
        destination - (optional), the destination directory where this file's content will be unzipped to.
        Returns:
        a Collection of unzipped File objects.