MultiThreadDownloader
MultiThreadDownloader copied to clipboard
Light weight and simple Multi-Thread Downloader for Android
下载文件在阿里oss,文件大小为186,460bytes
https://github.com/moz1q1/MultiThreadDownloader
多线程下载时,我循环调用了dlStop和dlCancel方法但是下载没有停止
如何获取正在下载的列表?
DLInfo dlInfo = DLManager.getInstance(DownloadActivity.this).getDLInfo(Constant.WZURL); dlInfo.currentBytes no data,Always be 0 dlInfo.currentBytes 没有数据,一直都是0
如何获取下载速度
After parse m3u8 file, it's a playlist. When I download this playlist , how to associate to the m3u8 file.
I debugged it , when http response code is 206, > in DLTask.java => in dlInit() => in case HTTP_PARTIAL: , info.totalBytes becomes greater than zero but condition is "**info.totalBytes...