This commit is contained in:
AriaLyy
2017-03-13 16:04:16 +08:00
parent f479b809b5
commit f762c18df2

View File

@ -40,6 +40,7 @@ final class DownloadUtil implements IDownloadUtil, Runnable {
* 线程数
*/
private final int THREAD_NUM;
private static final long SUB_LEN = 1024 * 100;
//下载监听
private IDownloadListener mListener;
private int mConnectTimeOut = 5000 * 4; //连接超时时间