public class Download extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Download.DownloadTask |
| Modifier and Type | Field and Description |
|---|---|
private static int |
THRESHOLD |
private static String |
USER_AGENT |
| Constructor and Description |
|---|
Download() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
download(String strUrl,
File saveFile,
Consumer<File> callback)
下载
|
private static final String USER_AGENT
private static final int THRESHOLD
Copyright © 2022. All rights reserved.