为了账号安全,请及时绑定邮箱和手机立即绑定

springboot集成FastDFS 下载功能怎么实现?

springboot集成FastDFS 下载功能怎么实现?

涂红 2018-06-11 11:39:31
public static InputStream downFile(String groupName, String remoteFileName) { try { StorageClient storageClient = getTrackerClient(); byte[] fileByte = storageClient.download_file(groupName, remoteFileName); InputStream ins = new ByteArrayInputStream(fileByte); return ins; } catch (IOException e) { logger.error("IO Exception: Get File from Fast DFS failed", e); } catch (Exception e) { logger.error("Non IO Exception: Get File from Fast DFS failed", e); } return null; }这是我工具类里面下载功能,请问在控制台这边怎么实现下载?
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 2052 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信