de.unidu.is.util
Class ISOWriter

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.OutputStreamWriter
          extended byde.unidu.is.util.ISOWriter
Direct Known Subclasses:
FileISOWriter

public class ISOWriter
extends java.io.OutputStreamWriter

A writer using using the ISO-8859-1 encoding.

Since:
2004-01-30
Version:
$Revision: 1.4 $, $Date: 2005/02/21 17:29:29 $
Author:
Henrik Nottelmann

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

ISOWriter

public ISOWriter(java.io.OutputStream out)
          throws java.io.UnsupportedEncodingException
Creates a new writer using the ISO-8859-1 encoding.

Parameters:
out - output stream
Throws:
java.io.UnsupportedEncodingException