|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Encodable interface describes an Object whose
String representation can vary depending on the encoding used.
| Field Summary |
| Fields inherited from interface it.could.util.encoding.EncodingAware |
DEFAULT_ENCODING, PLATFORM_ENCODING |
| Method Summary | |
String |
toString()
Return the String representation of this instance. |
String |
toString(String encoding)
Return the String representation of this instance given
a specific character encoding. |
| Method Detail |
public String toString()
Return the String representation of this instance.
This method is equivalent to a call to
toString(DEFAULT_ENCODING)
public String toString(String encoding)
throws UnsupportedEncodingException
Return the String representation of this instance given
a specific character encoding.
UnsupportedEncodingException - if the specified encoding is not
supported by the platform.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||