edu.northwestern.at.utils.tools
Class FetchUTF8URL

java.lang.Object
  extended by edu.northwestern.at.utils.tools.FetchUTF8URL

public class FetchUTF8URL
extends java.lang.Object

Fetches a UTF-8 encoded web page to a file.

Usage:

FetchUTF8URL url file

url = URL of the web page to be fetched.

file = Path to file on which to store the web page.


Constructor Summary
FetchUTF8URL()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchUTF8URL

public FetchUTF8URL()
Method Detail

main

public static void main(java.lang.String[] args)
The main program.

Parameters:
args - Command line arguments.