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. |
copy, dispose, getInputStream, getParent, setParent, writeTopublic 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.