|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a common interface for all classes that need to write to a stream.
Method Summary | |
String |
getCharset()
Gets the encoding character set (e.g. |
void |
setCharset(String charset)
Sets the encoding character set (e.g. |
void |
setOutputStream(OutputStream outputStream)
Sets the output stream for writing. |
Method Detail |
public String getCharset()
public void setCharset(String charset) throws UnsupportedEncodingException
charset
- - the character set.
UnsupportedEncodingException
- - if the character set is not supported.public void setOutputStream(OutputStream outputStream)
outputStream
- - the output stream.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |