Class UploadChunkRequestBody


  • public class UploadChunkRequestBody
    extends okhttp3.RequestBody
    • Method Detail

      • contentType

        @Nullable
        public okhttp3.MediaType contentType()
        Specified by:
        contentType in class okhttp3.RequestBody
      • contentLength

        public long contentLength()
        Overrides:
        contentLength in class okhttp3.RequestBody
      • writeTo

        public void writeTo​(okio.BufferedSink sink)
                     throws IOException
        Specified by:
        writeTo in class okhttp3.RequestBody
        Throws:
        IOException
      • getFileName

        public String getFileName()