程序包 com.volcengine

类 ProgressRequestBody


  • public class ProgressRequestBody
    extends com.squareup.okhttp.RequestBody
    • 方法详细资料

      • contentType

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

        public long contentLength()
                           throws IOException
        覆盖:
        contentLength 在类中 com.squareup.okhttp.RequestBody
        抛出:
        IOException
      • writeTo

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