Class StorageDownloadResponse<T>
java.lang.Object
com.github.tobato.fastdfs.domain.proto.FdfsResponse<T>
com.github.tobato.fastdfs.domain.proto.storage.internal.StorageDownloadResponse<T>
- Type Parameters:
T-
文件下载结果
- Author:
- tobato
-
Field Summary
Fields inherited from class com.github.tobato.fastdfs.domain.proto.FdfsResponse
genericType, head -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tobato.fastdfs.domain.proto.FdfsResponse
decode, getContentLength
-
Constructor Details
-
StorageDownloadResponse
-
-
Method Details
-
decodeContent
解析反馈内容- Overrides:
decodeContentin classFdfsResponse<T>- Parameters:
in- 输入charset- 字符集- Returns:
- 内容
- Throws:
IOException- 异常
-