net.freeutils.tnef
public class Address extends Object
Address
class encapsulates an address
used in some TNEF message attributes.
Since: 2003-04-25
Constructor Summary | |
---|---|
Address()
Constructs an empty Address. | |
Address(RawInputStream data)
Constructs an Address using the given TNEF stream.
| |
Address(String displayName, String type, String address)
Constructs a Address containing the specified values.
|
Method Summary | |
---|---|
String | getAddress()
Gets the address.
|
String | getDisplayName()
Gets the Address display name.
|
String | getType()
Gets the Address type.
|
String | toString()
Returns a string representation of this object.
|
Parameters: data the TNEF stream to parse address from
Throws: IOException if the stream end is reached, or if an I/O error occurs
Parameters: displayName the display name associated with address type the address type address the address
Returns: the address
Returns: the Address display name
Returns: the Address type
Returns: a string representation of this object