FileDocCategorySizeDatePackage
Body.javaAPI DocAndroid 1.5 API1991Wed May 06 22:42:46 BST 2009org.apache.james.mime4j.message

Body

public interface Body
Encapsulates the body of an entity (see RFC 2045).
version
$Id: Body.java,v 1.4 2004/10/04 15:36:43 ntherning Exp $

Fields Summary
Constructors Summary
Methods Summary
public EntitygetParent()
Gets the parent of this body.

return
the parent.

public voidsetParent(Entity parent)
Sets the parent of this body.

param
parent the parent.

public voidwriteTo(java.io.OutputStream out)
Writes this body to the given stream in MIME message format.

param
out the stream to write to.
throws
IOException on I/O errors.