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
 
Constructor Summary
TextStreamReader()
           
 
Method Summary
protected static java.lang.String readStream(java.io.InputStream stream)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.io.AbstractDocumentReader
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 java.lang.String readStream(java.io.InputStream stream)
                                      throws java.io.IOException
Throws:
java.io.IOException