Package com.luna.common.net.download
Class DownloadTask
java.lang.Object
com.luna.common.net.download.DownloadTask
多线程任务下载 需要服务端支持range
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDownloadTaskListener
(DownloadTaskListener listener) long
boolean
getDebug()
long
float
void
-
Constructor Details
-
DownloadTask
-
-
Method Details
-
addDownloadTaskListener
-
startDown
- Throws:
Exception
-
getDebug
public boolean getDebug() -
getDownloadProgress
public float getDownloadProgress()- Returns:
- the progree between 0 and 100;return -1 if download not started
-
getContentLength
public long getContentLength() -
getDownload
public long getDownload()
-