public class BaseMultipartFormDataWriter extends Object
| Constructor and Description |
|---|
BaseMultipartFormDataWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeItem(OutputItem item,
OutputStream output,
byte[] boundary) |
void |
writeItems(Collection<OutputItem> items,
OutputStream output,
byte[] boundary) |
public void writeItems(Collection<OutputItem> items, OutputStream output, byte[] boundary) throws IOException
IOExceptionprotected void writeItem(OutputItem item, OutputStream output, byte[] boundary) throws IOException
IOExceptionCopyright © 2015. All rights reserved.