public abstract class Direct extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUF_SIZE
size of read buffer
|
| Constructor and Description |
|---|
Direct(DownloadInfo info,
File target) |
public Direct(DownloadInfo info, File target)
info - download file informationtarget - target filepublic abstract void download(AtomicBoolean stop, Runnable notify)
stop - multithread stop commandnotify - progress notify callCopyright © 2017. All rights reserved.