public class HttpFileRequester extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpFileRequester.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
download(File outputFile,
List<org.apache.http.Header> headers)
Downloads the resource with the given URI to the specified local file system location.
|
public void download(File outputFile, List<org.apache.http.Header> headers) throws IOException
outputFile - the output fileheaders - list of headersIOExceptionCopyright © 2009–2023 Open-Source. All rights reserved.