ix.test
Class ReadURLTest

java.lang.Object
  extended by ix.test.ReadURLTest

public class ReadURLTest
extends java.lang.Object


Constructor Summary
ReadURLTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
(package private) static void read(java.io.Reader r)
           
(package private) static java.net.URL toURL(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadURLTest

public ReadURLTest()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
Throws:
java.io.IOException

toURL

static java.net.URL toURL(java.lang.String name)
                   throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

read

static void read(java.io.Reader r)
          throws java.io.IOException
Throws:
java.io.IOException