类 OkHttpMultipartBody

java.lang.Object
okhttp3.RequestBody
com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody

public class OkHttpMultipartBody extends okhttp3.RequestBody
  • 构造器详细资料

  • 方法详细资料

    • contentType

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

      public long contentLength()
      覆盖:
      contentLength 在类中 okhttp3.RequestBody
    • writeTo

      public void writeTo(okio.BufferedSink sink) throws IOException
      指定者:
      writeTo 在类中 okhttp3.RequestBody
      抛出:
      IOException