Package org.apache.poi.hmef.attribute
Class TNEFStringAttribute
java.lang.Object
org.apache.poi.hmef.attribute.TNEFAttribute
org.apache.poi.hmef.attribute.TNEFStringAttribute
A String attribute which applies to a
HMEFMessage
or one of its Attachment
s.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TNEFStringAttribute
(int id, int type, InputStream inp) Constructs a single new string attribute from the id, type, and the contents of the stream -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getAsString
(TNEFAttribute attr) Returns the string of a Attribute, converting as appropriatetoString()
Methods inherited from class org.apache.poi.hmef.attribute.TNEFAttribute
create, getData, getProperty, getType
-
Constructor Details
-
TNEFStringAttribute
Constructs a single new string attribute from the id, type, and the contents of the stream- Throws:
IOException
-
-
Method Details
-
getString
-
toString
- Overrides:
toString
in classTNEFAttribute
-
getAsString
Returns the string of a Attribute, converting as appropriate
-