public class UpdateBody
extends RequestBody
| Constructor and Description |
|---|
UpdateBody(java.io.File file) |
UpdateBody(java.io.InputStream inputStream,
java.lang.String name) |
UpdateBody(Source source,
MediaType type,
java.lang.String name,
long length) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
MediaType |
contentType() |
java.lang.String |
getKeyName() |
void |
writeTo(BufferedSink sink) |
public UpdateBody(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic UpdateBody(java.io.InputStream inputStream,
java.lang.String name)
throws java.io.IOException
java.io.IOExceptionpublic UpdateBody(Source source,
MediaType type,
java.lang.String name,
long length)