| Package | Description |
|---|---|
| com.github.axet.wget | |
| com.github.axet.wget.info | |
| com.github.axet.wget.info.ex |
| Modifier and Type | Method and Description |
|---|---|
DownloadInfo |
WGet.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
static File |
WGet.calcName(DownloadInfo info,
File target)
Generate file name
|
static boolean |
DirectRange.canResume(DownloadInfo info,
File targetFile)
check existing file for download resume.
|
static boolean |
DirectMultipart.canResume(DownloadInfo info,
File targetFile)
check existing file for download resume.
|
static boolean |
DirectSingle.canResume(DownloadInfo info,
File targetFile)
check existing file for download resume.
|
void |
DirectRange.downloadPart(RetryWrap.Wrap w,
DownloadInfo info,
AtomicBoolean stop,
Runnable notify) |
static String |
WGet.getHtml(DownloadInfo info) |
static String |
WGet.getHtml(DownloadInfo source,
WGet.HtmlLoader load,
AtomicBoolean stop) |
| Constructor and Description |
|---|
Direct(DownloadInfo info,
File target) |
DirectMultipart(DownloadInfo info,
File target) |
DirectRange(DownloadInfo info,
File target) |
DirectSingle(DownloadInfo info,
File target) |
WGet(DownloadInfo info,
File targetFile)
application controlled download / resume.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DownloadInfo.canResume(DownloadInfo oldInfo)
Check if we can continue download a file from new source.
|
void |
DownloadInfo.resume(DownloadInfo oldSource)
copy resume data from oldSource;
|
| Modifier and Type | Method and Description |
|---|---|
DownloadInfo |
DownloadMultipartError.getInfo() |
| Constructor and Description |
|---|
DownloadMultipartError(DownloadInfo info) |
DownloadMultipartError(Throwable e,
DownloadInfo info) |
Copyright © 2017. All rights reserved.