public final class TNEFStringAttribute extends TNEFAttribute
HMEFMessage
or one of its Attachment
s.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, getType
protected TNEFStringAttribute(int id, int type, java.io.InputStream inp) throws java.io.IOException
java.io.IOException
public java.lang.String getString()
public java.lang.String toString()
toString
in class TNEFAttribute
public static java.lang.String getAsString(TNEFAttribute attr)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.