public final class TNEFStringAttribute extends TNEFAttribute
HMEFMessage
or one of its Attachments.| Modifier | Constructor and Description |
|---|---|
protected |
TNEFStringAttribute(int id,
int type,
java.io.InputStream inp)
Constructs a single new string attribute from the id, type,
and the contents of the stream
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAsString(TNEFAttribute attr)
Returns the string of a Attribute, converting as appropriate
|
java.lang.String |
getString() |
java.lang.String |
toString() |
create, getData, getProperty, getTypeprotected TNEFStringAttribute(int id,
int type,
java.io.InputStream inp)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getString()
public java.lang.String toString()
toString in class TNEFAttributepublic static java.lang.String getAsString(TNEFAttribute attr)