de.unidu.is.util
Class URLISOReader

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

public class URLISOReader
extends ISOReader

A URL 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
 
Fields inherited from class de.unidu.is.util.ISOReader
ISO88591
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
URLISOReader(java.net.URL url)
          Creates a new reader for the given URL 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

URLISOReader

public URLISOReader(java.net.URL url)
             throws java.io.UnsupportedEncodingException,
                    java.io.IOException
Creates a new reader for the given URL using the ISO-8859-1 encoding.

Parameters:
url - URL
Throws:
java.io.UnsupportedEncodingException
java.io.IOException