接口 Downloader


public interface Downloader
  • 方法概要

    修饰符和类型
    方法
    说明
    default boolean
    download(String url, File file)
    下载文件
  • 方法详细资料

    • download

      default boolean download(String url, File file)
      下载文件
      参数:
      url - url
      file - 文件
      返回:
      返回文件上传后地址