Public 成员函数 | |
| AbDownloadThread (AbFileDownloader downloader, DownFile downFile, File saveFile) | |
| void | run () |
| boolean | isFinish () |
| File | getSaveFile () |
| void | setFlag (boolean flag) |
Private 属性 | |
| File | saveFile |
| DownFile | mDownFile = null |
| boolean | finish = false |
| boolean | flag = false |
| AbFileDownloader | downloader |
© 2012 amsoft.cn 名称:AbDownloadThread.java 描述:下载线程类.
|
inline |
Instantiates a new download thread.
| downloader | the downloader |
| downFile | the down file |
| saveFile | the save file |
|
inline |
Gets the save file.
|
inline |
下载是否完成.
|
inline |
描述:运行.
|
inline |
Sets the flag.
| flag | the new flag |
|
private |
The downloader.
|
private |
The finish.
|
private |
The flag.
|
private |
The m down file.
|
private |
The save file.
1.8.8