Class DownloadByteArray
java.lang.Object
com.github.tobato.fastdfs.domain.proto.storage.DownloadByteArray
- All Implemented Interfaces:
DownloadCallback<byte[]>
下载为byte流
- Author:
- tobato
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]recv(InputStream ins) 注意不能直接返回入参的InputStream,因为此方法返回后将关闭原输入流
-
Constructor Details
-
DownloadByteArray
public DownloadByteArray()
-
-
Method Details
-
recv
Description copied from interface:DownloadCallback注意不能直接返回入参的InputStream,因为此方法返回后将关闭原输入流不能关闭ins? TODO验证是否可以关闭
- Specified by:
recvin interfaceDownloadCallback<byte[]>- Returns:
- Throws:
IOException
-