30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# DownloadUtil
|
||
这是android 文件下载工具类,实现了多线程断点续传功能</br>
|
||
如果你觉得我的代码对你有帮助,请麻烦你在右上角给我一个star.^_^
|
||
|
||
#下载
|
||
[](https://bintray.com/arialyy/maven/MTDownloadUtil/_latestVersion)<br/>
|
||
compile 'com.arialyy.downloadutil:DownloadUtil:1.0.2'
|
||
|
||
|
||
#示例
|
||

|
||
|
||
|
||
License
|
||
-------
|
||
|
||
Copyright 2016 AriaLyy
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|