public class DefaultDownloader extends Object implements Downloader
| Constructor and Description |
|---|
DefaultDownloader() |
public void downloadUrlToFile(String url, File file) throws IOException
downloadUrlToFile in interface Downloaderurl - URL to requestfile - File where the content will be saved.IOExceptionCopyright © 2018. All rights reserved.