接口 DownloadAsResCallback_I

函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface DownloadAsResCallback_I

Description:

Title:首亨软件 - 聚天平台

  • 方法概要

    修饰符和类型
    方法
    说明
    void
    process(FileServer_I fileServer, String resPath, int totalSize)
    富文本下载文件并上传资源服务器事件
  • 方法详细资料

    • process

      void process(FileServer_I fileServer, String resPath, int totalSize)
      富文本下载文件并上传资源服务器事件
      参数:
      fileServer - 资源服务器
      resPath - 资源服务器保存路径
      totalSize - 文件大小,单位:byte