|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.Writer
java.io.OutputStreamWriter
de.unidu.is.util.ISOWriter
A writer using using the ISO-8859-1 encoding.
| Field Summary |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
ISOWriter(java.io.OutputStream out)
Creates a new writer using the ISO-8859-1 encoding. |
|
| Methods inherited from class java.io.OutputStreamWriter |
close, flush, getEncoding, write, write, write |
| Methods inherited from class java.io.Writer |
write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ISOWriter(java.io.OutputStream out)
throws java.io.UnsupportedEncodingException
out - output stream
java.io.UnsupportedEncodingException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||