|
|||||||||||
| 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
de.unidu.is.util.FileISOWriter
A file writer using using the ISO-8859-1 encoding.
| Field Summary |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
FileISOWriter(java.io.File file)
Creates a new writer for the given file using the ISO-8859-1 encoding. |
|
FileISOWriter(java.lang.String filename)
Creates a new writer for the given file 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 FileISOWriter(java.lang.String filename)
throws java.io.UnsupportedEncodingException,
java.io.FileNotFoundException
filename - file name
java.io.UnsupportedEncodingException
java.io.FileNotFoundException
public FileISOWriter(java.io.File file)
throws java.io.UnsupportedEncodingException,
java.io.FileNotFoundException
file - file
java.io.UnsupportedEncodingException
java.io.FileNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||