public class ProgressRequestBody
extends okhttp3.RequestBody
| 构造器和说明 |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
contentLength() |
okhttp3.MediaType |
contentType() |
void |
writeTo(okio.BufferedSink sink) |
public ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback)
public okhttp3.MediaType contentType()
contentType 在类中 okhttp3.RequestBodypublic long contentLength()
throws IOException
contentLength 在类中 okhttp3.RequestBodyIOExceptionpublic void writeTo(okio.BufferedSink sink)
throws IOException
writeTo 在类中 okhttp3.RequestBodyIOExceptionCopyright © 2025. All rights reserved.