public class DownloadFileResponse<T> extends BaseResponse<T>
2020-02-03 17:00
| 构造器和说明 |
|---|
DownloadFileResponse(DownloadCallback<T> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
decodeContent(InputStream in,
Charset charset)
解析反馈内容
|
getContentLengthpublic DownloadFileResponse(DownloadCallback<T> callback)
public T decodeContent(InputStream in, Charset charset) throws IOException
decodeContent 在类中 BaseResponse<T>IOExceptionCopyright © 2021. All rights reserved.