public interface MMSMessagePart
MMSMessage
may contain one or multiple content parts.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharset()
Get the character set of the content.
|
byte[] |
getContent()
Get the content data of this message part.
|
java.lang.String |
getContentID()
Get the Content-ID 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.
|
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.java.lang.String getContentID()
object XP, Inc. © 2000-2013. All rights reserved object XP