public class DownloadResponseBody
extends okhttp3.ResponseBody
| 构造器和说明 |
|---|
DownloadResponseBody(okhttp3.Response originalResponse,
AtomicLong downloadLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
contentLength() |
okhttp3.MediaType |
contentType() |
okio.BufferedSource |
source() |
public DownloadResponseBody(okhttp3.Response originalResponse,
AtomicLong downloadLength)
Copyright © 2020. All rights reserved.