|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.Reader
java.io.InputStreamReader
de.unidu.is.util.ISOReader
de.unidu.is.util.FileISOReader
A file reader using using the ISO-8859-1 encoding.
| Field Summary |
| Fields inherited from class de.unidu.is.util.ISOReader |
ISO88591 |
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
FileISOReader(java.io.File file)
Creates a new reader for the given file using the ISO-8859-1 encoding. |
|
FileISOReader(java.lang.String filename)
Creates a new reader for the given file using the ISO-8859-1 encoding. |
|
| Methods inherited from class java.io.InputStreamReader |
close, getEncoding, read, read, ready |
| Methods inherited from class java.io.Reader |
mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileISOReader(java.lang.String filename)
throws java.io.UnsupportedEncodingException,
java.io.FileNotFoundException
filename - file name
java.io.UnsupportedEncodingException
java.io.FileNotFoundException
public FileISOReader(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 | ||||||||||