|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for all mime encoders.
| Method Summary | |
void |
writeBody(java.io.OutputStream theOs,
MimeBodyPart theMsg)
Writes the body of the message to the given stream. |
void |
writeContentType(java.io.OutputStream theOs,
MimeBodyPart theMsg)
Writes the content-type of the message to the given stream. |
void |
writeHeaders(java.io.OutputStream theOs,
MimeBodyPart theMsg)
Writes the headers of the message to the given stream. |
| Method Detail |
public void writeContentType(java.io.OutputStream theOs,
MimeBodyPart theMsg)
throws java.io.IOException
theOs - The stream to write totheMsg - The message to get the content-type from
java.io.IOException - Thrown if we fail to write the content-type to the stream
public void writeHeaders(java.io.OutputStream theOs,
MimeBodyPart theMsg)
throws java.io.IOException
theOs - The stream to write totheMsg - The message to get the headers from
java.io.IOException - Thrown if we fail to write the headers to the stream
public void writeBody(java.io.OutputStream theOs,
MimeBodyPart theMsg)
throws java.io.IOException
theOs - The stream to write totheMsg - The message to get the data from
java.io.IOException - Thrown if we fail to write the body to the stream
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||