public class GetAndUnpackZipArchive extends Object
Constructor and Description |
---|
GetAndUnpackZipArchive() |
Modifier and Type | Method and Description |
---|---|
static Object |
fromTo(URL from,
File to)
Loads a zip archive from a (html) URL and unzips the files into the local file system.
|
public static Object fromTo(URL from, File to)
see also the complete user documentation .