| Overload | Description |
|---|---|
| Untar(AbstractFile,AbstractFolder,Boolean,Object[]) | Recursively extracts all files from a Tar archive to a destination folder, using the provided progression notification delegates, specifying whether existing files should be replaced. |
| Untar(FileSystemEvents,Object,AbstractFile,AbstractFolder,Boolean,Object[]) | Recursively extracts all files from a Tar archive to a destination folder, using the provided progression notification delegates, specifying whether existing files should be replaced, and whether the Tar archive is compressed with GZip. |