com.generationjava.net
Class WGet

java.lang.Object
  |
  +--com.generationjava.net.WGet

public class WGet
extends java.lang.Object

Simple class allowing URLs to be obtained.


Constructor Summary
WGet()
           
 
Method Summary
 java.lang.String downloadPage(java.lang.String urlStr)
          Provide a string url and it downloads the contents at that url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WGet

public WGet()
Method Detail

downloadPage

public java.lang.String downloadPage(java.lang.String urlStr)
Provide a string url and it downloads the contents at that url.



Copyright © 2000-2003 GenerationJava. All Rights Reserved.