public class OkHttpBodyWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int lengthToWriteFromStart) |
public void write(byte[] bytes)
throws IOException
IOExceptionpublic void write(byte[] bytes,
int lengthToWriteFromStart)
throws IOException
IOExceptionpublic void flush()
throws IOException
IOException