public class WebUtils extends Object
Constructor and Description |
---|
WebUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
download(URL url,
Path outputFile,
String label,
JIPipeProgressInfo progressInfo) |
static void |
downloadNative(URL url,
Path outputFile,
String label,
JIPipeProgressInfo progressInfo)
The native download method written in Java
|
public static void download(URL url, Path outputFile, String label, JIPipeProgressInfo progressInfo)
public static void downloadNative(URL url, Path outputFile, String label, JIPipeProgressInfo progressInfo)
url
- the URLoutputFile
- the output filelabel
- the labelprogressInfo
- the progress infoCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.