public interface MIMEEntityInput
| Modifier and Type | Method and Description |
|---|---|
void |
consume(java.io.InputStream streamToConsume) |
java.io.InputStream |
getBodyInputStream()
Returns the input stream which contains the data for this MIME part.
|
MIMEBodyHeader |
getEntityHeader()
Returns the MIME part header.
|
java.lang.String |
getUniqueId() |
java.io.InputStream getBodyInputStream()
java.lang.String getUniqueId()
void consume(java.io.InputStream streamToConsume)
throws java.io.IOException
java.io.IOExceptionMIMEBodyHeader getEntityHeader()
This header will be written in at the beginning of a MIME part.