cytoscape.data.readers
Class TextHttpReader
java.lang.Object
cytoscape.data.readers.TextHttpReader
public class TextHttpReader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextHttpReader
public TextHttpReader(String URI)
throws Exception
- Throws:
Exception
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