Package tech.mgl.core.stream
Interface MGLStreamProgress
public interface MGLStreamProgress
-
Method Summary
-
Method Details
-
start
void start()开始 -
progress
void progress(long total, long progressSize) 进行中- Parameters:
total- 总大小,如果未知为 -1或者Long.MAX_VALUEprogressSize- 已经进行的大小
-
finish
void finish()结束
-