public interface Downloader
| Modifier and Type | Method and Description |
|---|---|
void |
downloadUrlToFile(java.lang.String url,
java.io.File file)
Download the content at the URL given and save it locally.
|
void downloadUrlToFile(java.lang.String url,
java.io.File file)
throws java.lang.Exception
url - URL to requestfile - File where the content will be saved.java.lang.Exception - Connection error most likelyCopyright © 2021. All rights reserved.