de.unidu.is.util
Class FileISOWriter

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.OutputStreamWriter
          extended byde.unidu.is.util.ISOWriter
              extended byde.unidu.is.util.FileISOWriter

public class FileISOWriter
extends ISOWriter

A file writer 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 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

FileISOWriter

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

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

FileISOWriter

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

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