|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectosdep.Downloader
public class Downloader
To download a file from the internet to a local directory
| Constructor Summary | |
|---|---|
Downloader(ProxyAuthenticationHandler authenticationHandler,
IDownloadListener listener)
|
|
| Method Summary | |
|---|---|
void |
downloadFile(java.lang.String fileURL,
java.lang.String filePath)
Downloads an internet file as a local file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Downloader(ProxyAuthenticationHandler authenticationHandler,
IDownloadListener listener)
| Method Detail |
|---|
public void downloadFile(java.lang.String fileURL,
java.lang.String filePath)
throws DownloadException
fileURL - the internet url of the filefilePath - the downloaded file
DownloadException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||