public class ArchiveUtils extends Object
Constructor and Description |
---|
ArchiveUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
decompressTarGZ(Path zipFile,
Path targetDir,
JIPipeProgressInfo progressInfo) |
static void |
decompressZipFile(Path zipFile,
Path targetDir,
JIPipeProgressInfo progressInfo)
Unzips a file
|
static void |
main(String[] args) |
public static void decompressZipFile(Path zipFile, Path targetDir, JIPipeProgressInfo progressInfo) throws IOException
zipFile
- the zip filetargetDir
- the target dirprogressInfo
- the progress infoIOException
- io exceptionpublic static void decompressTarGZ(Path zipFile, Path targetDir, JIPipeProgressInfo progressInfo) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.