info.bioinfweb.treegraph.document.io
Interface DocumentWriter
- All Known Implementing Classes:
- AbstractDocumentWriter, NewickWriter, NexusWriter, XTGWriter
public interface DocumentWriter
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