info.bioinfweb.treegraph.document.io.nexus
Class NexusWriter
java.lang.Object
info.bioinfweb.treegraph.document.io.AbstractDocumentWriter
info.bioinfweb.treegraph.document.io.nexus.NexusWriter
- All Implemented Interfaces:
- DocumentWriter
public class NexusWriter
- extends AbstractDocumentWriter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NexusWriter
public NexusWriter()
writeCommand
private void writeCommand(java.io.OutputStreamWriter writer,
java.lang.String content)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(Document document,
java.io.OutputStream stream,
NodeBranchDataAdapter internalAdapter,
NodeBranchDataAdapter leafAdapter,
NodeBranchDataAdapter branchLengthAdapter)
throws java.lang.Exception
- Throws:
java.lang.Exception
write
public void write(Document document,
java.io.OutputStream stream)
throws java.lang.Exception
- Throws:
java.lang.Exception