All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cmonbaby.http.stream.download.DownLoadCall Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
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