info.bioinfweb.treegraph.document.io
Interface DocumentWriter
- All Known Implementing Classes: 
 - AbstractDocumentWriter, NewickWriter, NexusWriter, XTGWriter
 
public interface DocumentWriter
| 
Method Summary | 
 void | 
write(Document document,
      File file)
 
            | 
 void | 
write(Document document,
      File file,
      NodeBranchDataAdapter internalAdapter,
      NodeBranchDataAdapter leafAdapter,
      NodeBranchDataAdapter branchLengthAdapter)
 
            | 
 void | 
write(Document document,
      OutputStream stream)
 
            | 
 void | 
write(Document document,
      OutputStream stream,
      NodeBranchDataAdapter internalAdapter,
      NodeBranchDataAdapter leafAdapter,
      NodeBranchDataAdapter branchLengthAdapter)
 
            | 
 
write
void write(Document document,
           OutputStream stream)
           throws Exception
- Throws:
 Exception
 
write
void write(Document document,
           File file)
           throws Exception
- Throws:
 Exception
 
write
void write(Document document,
           OutputStream stream,
           NodeBranchDataAdapter internalAdapter,
           NodeBranchDataAdapter leafAdapter,
           NodeBranchDataAdapter branchLengthAdapter)
           throws Exception
- Throws:
 Exception
 
write
void write(Document document,
           File file,
           NodeBranchDataAdapter internalAdapter,
           NodeBranchDataAdapter leafAdapter,
           NodeBranchDataAdapter branchLengthAdapter)
           throws Exception
- Throws:
 Exception