Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.readers
Class TextHttpReader

java.lang.Object
  extended by cytoscape.data.readers.TextHttpReader

public class TextHttpReader
extends Object


Constructor Summary
TextHttpReader(String URI)
           
 
Method Summary
static String getPage(String urlString)
           
static String getPage(URL url)
           
 String getText()
           
 int read()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextHttpReader

public TextHttpReader(String URI)
               throws Exception
Throws:
Exception
Method Detail

read

public int read()
         throws Exception
Throws:
Exception

getText

public String getText()
               throws Exception
Throws:
Exception

getPage

public static String getPage(String urlString)
                      throws Exception
Throws:
Exception

getPage

public static String getPage(URL url)
                      throws Exception
Throws:
Exception

www.cytoscape.org