|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.message.SingleBody
org.apache.james.mime4j.message.TextBody
public abstract class TextBody
Encapsulates the contents of a text/* entity body.
| Constructor Summary | |
|---|---|
protected |
TextBody()
Sole constructor. |
| Method Summary | |
|---|---|
abstract java.lang.String |
getMimeCharset()
Returns the MIME charset of this text body. |
abstract java.io.Reader |
getReader()
Gets a Reader which may be used to read out the contents
of this body. |
| Methods inherited from class org.apache.james.mime4j.message.SingleBody |
|---|
copy, dispose, getParent, setParent, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TextBody()
| Method Detail |
|---|
public abstract java.lang.String getMimeCharset()
public abstract java.io.Reader getReader()
throws java.io.IOException
Reader which may be used to read out the contents
of this body.
Reader.
java.io.IOException - on I/O errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||