您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
C
D
F
G
I
M
N
O
P
R
S
T
W
Z
C
cancelDownload(String)
- 类 中的方法zlc.season.rxdownload.
DownloadService
CANCELED
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
cancelServiceDownload(String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
取消Service中下载地址为url的下载任务.
COMPLETED
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
context(Context)
- 类 中的方法zlc.season.rxdownload.
RxDownload
普通下载时不需要context, 使用Service下载时需要context;
CREATOR
- 类 中的静态变量zlc.season.rxdownload.
DownloadStatus
D
defaultSavePath(String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
deleteDownload(String)
- 类 中的方法zlc.season.rxdownload.
DownloadService
deleteServiceDownload(String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
删除Service中下载地址为url的下载任务.
describeContents()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
download(String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
普通下载, 不使用Service.
DownloadBinder()
- 类 的构造器zlc.season.rxdownload.
DownloadService.DownloadBinder
DownloadFlag
-
zlc.season.rxdownload
中的类
Author: Season(ssseasonnn@gmail.com) Date: 2016/11/17 Time: 11:53 FIXME
DownloadFlag()
- 类 的构造器zlc.season.rxdownload.
DownloadFlag
DownloadRecord
-
zlc.season.rxdownload
中的类
Author: Season(ssseasonnn@gmail.com) Date: 2016/11/14 Time: 11:31 FIXME
DownloadRecord()
- 类 的构造器zlc.season.rxdownload.
DownloadRecord
DownloadService
-
zlc.season.rxdownload
中的类
Author: Season(ssseasonnn@gmail.com) Date: 2016/11/10 Time: 09:49 FIXME
DownloadService()
- 类 的构造器zlc.season.rxdownload.
DownloadService
DownloadService.DownloadBinder
-
zlc.season.rxdownload
中的类
DownloadStatus
-
zlc.season.rxdownload
中的类
User: Season(ssseasonnn@gmail.com) Date: 2016-07-15 Time: 15:48 表示下载状态, 如果isChunked为true, totalSize 可能不存在
DownloadStatus()
- 类 的构造器zlc.season.rxdownload.
DownloadStatus
DownloadStatus(long, long)
- 类 的构造器zlc.season.rxdownload.
DownloadStatus
DownloadStatus(boolean, long, long)
- 类 的构造器zlc.season.rxdownload.
DownloadStatus
DownloadStatus(Parcel)
- 类 的构造器zlc.season.rxdownload.
DownloadStatus
F
FAILED
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
G
getDate()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getDownloadFlag()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getDownloadRecord(String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
从数据库中读取下载地址为url的下载记录
getDownloadSize()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
getFormatDownloadSize()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
getFormatStatusString()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
获得格式化的状态字符串
getFormatTotalSize()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
获得格式化的总Size
getImage()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getInstance(String)
- 类 中的静态方法zlc.season.rxdownload.
RetrofitProvider
指定endpoint
getInstance()
- 类 中的静态方法zlc.season.rxdownload.
RetrofitProvider
不指定endPoint
getInstance()
- 类 中的静态方法zlc.season.rxdownload.
RxDownload
getName()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getPercent()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
获得下载的百分比, 保留两位小数
getSaveName()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getSavePath()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getStatus()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
getTotalDownloadRecords()
- 类 中的方法zlc.season.rxdownload.
RxDownload
从数据库中读取所有的下载任务
getTotalSize()
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
getUrl()
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
I
INSTALL
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
INSTALLED
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
isChunked
- 类 中的变量zlc.season.rxdownload.
DownloadStatus
M
maxRetryCount(int)
- 类 中的方法zlc.season.rxdownload.
RxDownload
maxThread(int)
- 类 中的方法zlc.season.rxdownload.
RxDownload
N
NORMAL
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
O
onBind(Intent)
- 类 中的方法zlc.season.rxdownload.
DownloadService
onCreate()
- 类 中的方法zlc.season.rxdownload.
DownloadService
onDestroy()
- 类 中的方法zlc.season.rxdownload.
DownloadService
onStartCommand(Intent, int, int)
- 类 中的方法zlc.season.rxdownload.
DownloadService
onUnbind(Intent)
- 类 中的方法zlc.season.rxdownload.
DownloadService
P
PAUSED
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
pauseDownload(String)
- 类 中的方法zlc.season.rxdownload.
DownloadService
pauseServiceDownload(String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
暂停Service中下载地址为url的下载任务.
R
registerReceiver(String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
为Service中下载地址为url的下载任务注册广播接收器,用于接收该任务的下载进度.
retrofit(Retrofit)
- 类 中的方法zlc.season.rxdownload.
RxDownload
RetrofitProvider
-
zlc.season.rxdownload
中的类
Author: Season(ssseasonnn@gmail.com) Date: 2016/10/19 Time: 10:16 提供一个默认的,线程安全的Retrofit单例
RxDownload
-
zlc.season.rxdownload
中的类
Author: Season(ssseasonnn@gmail.com) Date: 2016/10/19 Time: 10:46 RxDownload
S
serviceDownload(String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
使用Service下载.
serviceDownload(String, String, String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
使用Service下载.
serviceDownloadNoReceiver(String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
使用Service下载.
serviceDownloadNoReceiver(String, String, String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
使用Service下载.
setDate(long)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setDownloadFlag(int)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setDownloadSize(long)
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
setImage(String)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setName(String)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setSaveName(String)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setSavePath(String)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setStatus(DownloadStatus)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
setTotalSize(long)
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
setUrl(String)
- 类 中的方法zlc.season.rxdownload.
DownloadRecord
startDownload(RxDownload, String, String, String, String, String)
- 类 中的方法zlc.season.rxdownload.
DownloadService
STARTED
- 类 中的静态变量zlc.season.rxdownload.
DownloadFlag
T
transform(String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
普通下载的Transformer版本.
transformService(String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
ServiceDownload的Transformer版本.
transformService(String, String, String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
同上
transformServiceNoReceiver(String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
ServiceDownloadNoReceiver的Transformer版本 提供给RxJava Compose操作符使用.
transformServiceNoReceiver(String, String, String, String, String)
- 类 中的方法zlc.season.rxdownload.
RxDownload
同上
W
writeToParcel(Parcel, int)
- 类 中的方法zlc.season.rxdownload.
DownloadStatus
Z
zlc.season.rxdownload
- 程序包 zlc.season.rxdownload
C
D
F
G
I
M
N
O
P
R
S
T
W
Z
跳过导航链接
程序包
类
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类