de.unidu.is.util
Class FileISOReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.InputStreamReader
          extended byde.unidu.is.util.ISOReader
              extended byde.unidu.is.util.FileISOReader

public class FileISOReader
extends ISOReader

A file reader using using the ISO-8859-1 encoding.

Since:
2004-01-30
Version:
$Revision: 1.6 $, $Date: 2005/03/14 17:33:13 $
Author:
Henrik Nottelmann

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

FileISOReader

public FileISOReader(java.lang.String filename)
              throws java.io.UnsupportedEncodingException,
                     java.io.FileNotFoundException
Creates a new reader for the given file using the ISO-8859-1 encoding.

Parameters:
filename - file name
Throws:
java.io.UnsupportedEncodingException
java.io.FileNotFoundException

FileISOReader

public FileISOReader(java.io.File file)
              throws java.io.UnsupportedEncodingException,
                     java.io.FileNotFoundException
Creates a new reader for the given file using the ISO-8859-1 encoding.

Parameters:
file - file
Throws:
java.io.UnsupportedEncodingException
java.io.FileNotFoundException