cytoscape.data.readers
Class TextJarReader

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

public class TextJarReader
extends Object


Constructor Summary
TextJarReader(String URI)
           
 
Method Summary
 String getText()
           
 int read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextJarReader

public TextJarReader(String URI)
              throws IOException
Throws:
IOException
Method Detail

read

public int read()
         throws IOException
Throws:
IOException

getText

public String getText()