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