public static class HttpParams.FileWrapper<T>
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
MediaType |
contentType |
T |
file |
java.lang.String |
fileName |
long |
fileSize |
ProgressResponseCallBack |
responseCallBack |
| 构造器和说明 |
|---|
FileWrapper(T file,
java.lang.String fileName,
MediaType contentType,
ProgressResponseCallBack responseCallBack) |
public T file
public java.lang.String fileName
public MediaType contentType
public long fileSize
public ProgressResponseCallBack responseCallBack
public FileWrapper(T file, java.lang.String fileName, MediaType contentType, ProgressResponseCallBack responseCallBack)