|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.io.AbstractDocumentReader
info.bioinfweb.treegraph.document.io.TextStreamReader
info.bioinfweb.treegraph.document.io.newick.NewickReader
public class NewickReader
| Field Summary |
|---|
| Fields inherited from class info.bioinfweb.treegraph.document.io.AbstractDocumentReader |
|---|
document |
| Constructor Summary | |
|---|---|
NewickReader()
Contructs an instance of NewickReader with a
info.bioinfweb.treegraph.document.io.newick.DefaultNewickSelector. |
|
| Method Summary | |
|---|---|
Document |
read(java.io.File file,
NodeDataAdapter internalAdapter,
TreeSelector selector,
boolean translateInternals)
If you want to implement file specific functionalities you should override this method. |
Document |
read(java.io.InputStream stream,
NodeDataAdapter internalAdapter,
TreeSelector selector,
boolean translateInternals)
|
| Methods inherited from class info.bioinfweb.treegraph.document.io.TextStreamReader |
|---|
readStream |
| Methods inherited from class info.bioinfweb.treegraph.document.io.AbstractDocumentReader |
|---|
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, read, read, read |
| Constructor Detail |
|---|
public NewickReader()
NewickReader with a
info.bioinfweb.treegraph.document.io.newick.DefaultNewickSelector.
| Method Detail |
|---|
public Document read(java.io.InputStream stream,
NodeDataAdapter internalAdapter,
TreeSelector selector,
boolean translateInternals)
throws java.lang.Exception
read in interface DocumentReaderjava.lang.Exception
public Document read(java.io.File file,
NodeDataAdapter internalAdapter,
TreeSelector selector,
boolean translateInternals)
throws java.lang.Exception
AbstractDocumentReaderread-methods with a file as parameter.
read in interface DocumentReaderread in class AbstractDocumentReaderjava.lang.Exceptioninfo.bioinfweb.treegraph.document.io.DocumentReader#read(java.io.File, NodeDataAdapter, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||