com.cmonbaby.http.stream.download.DownLoadCall Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http_lower Show documentation
Show all versions of http_lower Show documentation
Android Http Core Library
package com.cmonbaby.http.stream.download;
import okhttp3.ResponseBody;
import retrofit2.Response;
import rx.Observable;
/**
* Author: Simon
*
QO: 8950764
*
Email: [email protected]
*
WebSize: https://www.cmonbaby.com
*
Version: 1.0.0
*
Date: 2020/12/28
*
Description: 下载转换器
*/
public interface DownLoadCall {
/**
* 请求下载转换器
* @param t 请求接口类
* @return 返回转换后的被观察者
*/
Observable> downloadFile(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy