public class ArchiveUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
unzipFileTo(String file,
String dest)
Extracts files to the specified destination
|
public static void unzipFileTo(String file, String dest) throws IOException
file
- the file to extract todest
- the destination directoryIOException
Copyright © 2016. All Rights Reserved.