|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Body
Encapsulates the body of an entity (see RFC 2045).
Method Summary | |
---|---|
Entity |
getParent()
Gets the parent of this body. |
void |
setParent(Entity parent)
Sets the parent of this body. |
void |
writeTo(java.io.OutputStream out,
int mode)
Writes this body to the given stream in MIME message format. |
Method Detail |
---|
Entity getParent()
void setParent(Entity parent)
parent
- the parent.void writeTo(java.io.OutputStream out, int mode) throws java.io.IOException, MimeException
out
- the stream to write to.mode
- output mode MessageUtils
java.io.IOException
- on I/O errors.
MimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |