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(OutputStreamWriter writer,
                          String content)
                   throws IOException
- Throws:
 IOException
 
write
public void write(Document document,
                  OutputStream stream,
                  NodeBranchDataAdapter internalAdapter,
                  NodeBranchDataAdapter leafAdapter,
                  NodeBranchDataAdapter branchLengthAdapter)
           throws Exception
- Throws:
 Exception
 
write
public void write(Document document,
                  OutputStream stream)
           throws Exception
- Throws:
 Exception