gov.lbl.genome.common
Class NetUtil

java.lang.Object
  extended by gov.lbl.genome.common.NetUtil

public class NetUtil
extends java.lang.Object


Constructor Summary
NetUtil()
           
 
Method Summary
static java.lang.String loadURLContents(java.lang.String url)
          Returns the Html page contents of the given url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetUtil

public NetUtil()
Method Detail

loadURLContents

public static java.lang.String loadURLContents(java.lang.String url)
Returns the Html page contents of the given url. If it returns null, then there was a network error preventing loading.