|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MMSMessagePart
This Interface represents a content part of a MMS message. A MMSMessage
may contain one or multiple content parts.
| Method Summary | |
|---|---|
java.lang.String |
getCharset()
Get the character set of the content. |
byte[] |
getContent()
Get the content data of this message part. |
java.lang.String |
getContentLocation()
Get the content location of this message part. |
java.lang.String |
getContentType()
Get the content-type of this message part. |
java.lang.String |
getMimeType()
Get the mime-type of this message part. |
void |
setCharset(java.lang.String charset)
Set the character set (encoding) that has been used for encoding the content. |
| Method Detail |
|---|
byte[] getContent()
java.lang.String getMimeType()
java.lang.String getContentType()
void setCharset(java.lang.String charset)
charset - the character set (e.g. "UTF-8").java.lang.String getCharset()
java.lang.String getContentLocation()
SMIL document
refers to this location.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||