info.bioinfweb.treegraph.document.io
Interface DocumentWriter

All Known Implementing Classes:
AbstractDocumentWriter, NewickWriter, NexusWriter, XTGWriter

public interface DocumentWriter


Method Summary
 void write(Document document, java.io.File file)
           
 void write(Document document, java.io.File file, NodeDataAdapter internalAdapter, NodeDataAdapter leafAdapter)
           
 void write(Document document, java.io.OutputStream stream)
           
 void write(Document document, java.io.OutputStream stream, NodeDataAdapter internalAdapter, NodeDataAdapter leafAdapter)
           
 

Method Detail

write

void write(Document document,
           java.io.OutputStream stream)
           throws java.lang.Exception
Throws:
java.lang.Exception

write

void write(Document document,
           java.io.File file)
           throws java.lang.Exception
Throws:
java.lang.Exception

write

void write(Document document,
           java.io.OutputStream stream,
           NodeDataAdapter internalAdapter,
           NodeDataAdapter leafAdapter)
           throws java.lang.Exception
Throws:
java.lang.Exception

write

void write(Document document,
           java.io.File file,
           NodeDataAdapter internalAdapter,
           NodeDataAdapter leafAdapter)
           throws java.lang.Exception
Throws:
java.lang.Exception