public class FileUnpacker extends Object
Constructor and Description |
---|
FileUnpacker() |
Modifier and Type | Method and Description |
---|---|
static void |
unpackZip(File archiveFile,
File targetDir,
Component parentComponent)
Unpacks the given archive file which is in ZIP format to the specified target directory.
|
public static void unpackZip(File archiveFile, File targetDir, Component parentComponent) throws IOException
archiveFile
- the ZIP filetargetDir
- the target directoryparentComponent
- the parent component to be used by the progress monitorIOException
- if an I/O error occursCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.