public class DownloadingUtil extends Object
| Constructor and Description |
|---|
DownloadingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
downloadFileFromURL(ImportSequencesFromUniprotDialog parent,
URL url,
File outputFile,
ProgressDialogX progressDialog)
Download a file from a URL.
|
public static boolean downloadFileFromURL(ImportSequencesFromUniprotDialog parent, URL url, File outputFile, ProgressDialogX progressDialog) throws IOException
parent - the parenturl - the URL to downloadoutputFile - the output fileprogressDialog - the progress dialogIOException - if an exception occursCopyright © 2016. All rights reserved.