JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
I
O
P
W
I
io.github.lizhangqu.coreprogress
- package io.github.lizhangqu.coreprogress
O
onProgressChanged(long, long, float)
- Method in class io.github.lizhangqu.coreprogress.
ProgressListener
进度发生了改变,如果numBytes,totalBytes,percent都为-1,则表示总大小获取不到
onProgressChanged(long, long, float, float)
- Method in class io.github.lizhangqu.coreprogress.
ProgressListener
进度发生了改变,如果numBytes,totalBytes,percent,speed都为-1,则表示总大小获取不到
onProgressChanged(long, long, float, float)
- Method in class io.github.lizhangqu.coreprogress.
ProgressUIListener
进度发生了改变,如果numBytes,totalBytes,percent,speed都为-1,则表示总大小获取不到
onProgressFinish()
- Method in class io.github.lizhangqu.coreprogress.
ProgressListener
进度结束
onProgressFinish()
- Method in class io.github.lizhangqu.coreprogress.
ProgressUIListener
进度结束
onProgressStart(long)
- Method in class io.github.lizhangqu.coreprogress.
ProgressListener
进度开始
onProgressStart(long)
- Method in class io.github.lizhangqu.coreprogress.
ProgressUIListener
进度开始
onUIProgressChanged(long, long, float, float)
- Method in class io.github.lizhangqu.coreprogress.
ProgressUIListener
进度发生了改变,如果numBytes,totalBytes,percent,speed都为-1,则表示总大小获取不到
onUIProgressFinish()
- Method in class io.github.lizhangqu.coreprogress.
ProgressUIListener
进度结束
onUIProgressStart(long)
- Method in class io.github.lizhangqu.coreprogress.
ProgressUIListener
进度开始
P
ProgressHelper
- Class in
io.github.lizhangqu.coreprogress
进度回调请求体/响应体包装类
ProgressHelper()
- Constructor for class io.github.lizhangqu.coreprogress.
ProgressHelper
ProgressListener
- Class in
io.github.lizhangqu.coreprogress
进度回调
ProgressListener()
- Constructor for class io.github.lizhangqu.coreprogress.
ProgressListener
ProgressUIListener
- Class in
io.github.lizhangqu.coreprogress
流读写进度ui回调
ProgressUIListener()
- Constructor for class io.github.lizhangqu.coreprogress.
ProgressUIListener
W
withProgress(RequestBody, ProgressListener)
- Static method in class io.github.lizhangqu.coreprogress.
ProgressHelper
包装请求体为带进度的请求体
withProgress(ResponseBody, ProgressListener)
- Static method in class io.github.lizhangqu.coreprogress.
ProgressHelper
包装请求体为带进度的响应体
I
O
P
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes