public class MultipartContent extends AbstractContent
CRLF| Constructor and Description |
|---|
MultipartContent(String aSubtype,
AbstractContent... content) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addContent(URLConnection con) |
void |
writeContent(OutputStream os) |
void |
writeHeader(OutputStream os) |
ascii, encpublic MultipartContent(String aSubtype, AbstractContent... content)
protected void addContent(URLConnection con) throws IOException
addContent in class AbstractContentIOExceptionpublic void writeContent(OutputStream os) throws IOException
writeContent in class AbstractContentIOExceptionpublic void writeHeader(OutputStream os) throws IOException
writeHeader in class AbstractContentIOException