org.apache.james.mime4j.message
public abstract class TextBody extends SingleBody
text/*
entity body.Modifier | Constructor and Description |
---|---|
protected |
TextBody()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
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. |
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.Copyright © 2004-2016. All Rights Reserved.