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

TextBody

public interface TextBody implements Body
Encapsulates the contents of a text/* entity body.
version
$Id: TextBody.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $

Fields Summary
Constructors Summary
Methods Summary
public java.io.ReadergetReader()
Gets a Reader which may be used to read out the contents of this body.

return
the Reader.
throws
IOException on I/O errors.