public class PlainBodyTransferrer extends AbstractBodyTransferrer
| Constructor and Description |
|---|
PlainBodyTransferrer(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
write(byte[] content,
int i,
int length) |
void |
write(Chunk chunk) |
public PlainBodyTransferrer(OutputStream out)
public void write(byte[] content,
int i,
int length)
throws IOException
write in class AbstractBodyTransferrerIOExceptionpublic void write(Chunk chunk) throws IOException
write in class AbstractBodyTransferrerIOExceptionpublic void finish()
throws IOException
finish in class AbstractBodyTransferrerIOExceptionCopyright © 2019. All Rights Reserved.