public class MultiPartOutputStream
extends java.io.FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MULTIPART_MIXED |
static java.lang.String |
MULTIPART_X_MIXED_REPLACE |
| Constructor and Description |
|---|
MultiPartOutputStream(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
End the current part.
|
java.lang.String |
getBoundary() |
java.io.OutputStream |
getOut() |
void |
startPart(java.lang.String contentType)
Start creation of the next Content.
|
void |
startPart(java.lang.String contentType,
java.lang.String[] headers)
Start creation of the next Content.
|
void |
write(byte[] b,
int off,
int len) |
public static java.lang.String MULTIPART_MIXED
public static java.lang.String MULTIPART_X_MIXED_REPLACE
public MultiPartOutputStream(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOException - IOExceptionpublic java.lang.String getBoundary()
public java.io.OutputStream getOut()
public void startPart(java.lang.String contentType)
throws java.io.IOException
java.io.IOExceptionpublic void startPart(java.lang.String contentType,
java.lang.String[] headers)
throws java.io.IOException
java.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.