类 DownloadService

java.lang.Object
net.sohelp.boot.admin.core.service.file.DownloadService

@Component public class DownloadService extends Object
下载流服务
从以下版本开始:
2024/12/12 16:56
作者:
AaronFung
  • 构造器详细资料

    • DownloadService

      public DownloadService()
  • 方法详细资料

    • out

      @Comment("\u4f7f\u7528\u6587\u4ef6\u6d41\u4e0b\u8f7d\u6587\u4ef6") public void out(String srcFileName, String outFileName) throws IOException
      使用文件流下载文件
      参数:
      srcFileName - 源文件路径
      outFileName - 输出的文件名
      抛出:
      IOException - 当文件读取或输出流操作失败时抛出异常