类 DownloadFileInterceptor.DownloadFileProgressResponseBody

    • 构造器详细资料

      • DownloadFileProgressResponseBody

        public DownloadFileProgressResponseBody​(okhttp3.ResponseBody body,
                                                DownloadFileProgressListener progressListener)
    • 方法详细资料

      • contentType

        public okhttp3.MediaType contentType()
        指定者:
        contentType 在类中 okhttp3.ResponseBody
      • contentLength

        public long contentLength()
        指定者:
        contentLength 在类中 okhttp3.ResponseBody
      • source

        public okio.BufferedSource source()
        指定者:
        source 在类中 okhttp3.ResponseBody