de.unidu.is.util
Class ISOReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.InputStreamReader
          extended byde.unidu.is.util.ISOReader
Direct Known Subclasses:
FileISOReader, URLISOReader

public class ISOReader
extends java.io.InputStreamReader

A reader 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
static java.lang.String ISO88591
          ISO-8859-1 encoding name.
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
ISOReader(java.io.InputStream in)
          Creates a new reader 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
 

Field Detail

ISO88591

public static final java.lang.String ISO88591
ISO-8859-1 encoding name.

See Also:
Constant Field Values
Constructor Detail

ISOReader

public ISOReader(java.io.InputStream in)
          throws java.io.UnsupportedEncodingException
Creates a new reader using the ISO-8859-1 encoding.

Parameters:
in - input stream
Throws:
java.io.UnsupportedEncodingException