模块 okhttps

接口 Process


  • public interface Process
    进度(上传或下载)
    • 字段详细资料

      • DEFAULT_STEP_BYTES

        static final int DEFAULT_STEP_BYTES
        另请参阅:
        常量字段值
    • 方法详细资料

      • getRate

        double getRate()
        返回:
        完成比例
      • getTotalBytes

        long getTotalBytes()
        返回:
      • getDoneBytes

        long getDoneBytes()
        返回:
        已完成字节数
      • isDone

        boolean isDone()
        返回:
        任务是否完成