Bodypublic interface Body Encapsulates the body of an entity (see RFC 2045). |
Methods Summary |
---|
public Entity | getParent()Gets the parent of this body.
| public void | setParent(Entity parent)Sets the parent of this body.
| public void | writeTo(java.io.OutputStream out)Writes this body to the given stream in MIME message format.
|
|