public class ArchiveUtils extends Object
Constructor and Description |
---|
ArchiveUtils() |
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 © 2015. All Rights Reserved.