接口 IFileProxy

所有已知实现类:
DreamFileProxyFactory

public interface IFileProxy
作者:
dreamfame
  • 方法详细资料

    • path

      String[] path(File file, String dir)
      返回路径[物理路径][虚拟路径]
      参数:
      file - 文件
      dir - 目录
      返回:
      String
    • rename

      File rename(File file, String path)
      文件重命名策略
      参数:
      file - 文件
      path - 路径
      返回:
      File
    • compress

      void compress(String path)
      图片压缩
      参数:
      path - 路径