Home / Development / Documentation / 2.0.44 / TextStreamReader
TreeGraph 2
 


info.bioinfweb.treegraph.document.io
Class TextStreamReader

java.lang.Object
  extended by info.bioinfweb.treegraph.document.io.AbstractDocumentReader
      extended by info.bioinfweb.treegraph.document.io.TextStreamReader
All Implemented Interfaces:
DocumentReader
Direct Known Subclasses:
NewickReader, NexusReader

public abstract class TextStreamReader
extends AbstractDocumentReader


Field Summary
 
Fields inherited from class info.bioinfweb.treegraph.document.io.AbstractDocumentReader
document, loadLogger
 
Constructor Summary
TextStreamReader()
           
 
Method Summary
protected static String readStream(InputStream stream)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.io.AbstractDocumentReader
reachElementEnd, reachElementEnd, read, read, read, read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.io.DocumentReader
read
 

Constructor Detail

TextStreamReader

public TextStreamReader()
Method Detail

readStream

protected static String readStream(InputStream stream)
                            throws IOException
Throws:
IOException