|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.dist.XMLDistributionWriter
public class XMLDistributionWriter
Writes an OrderNDistribution or simple Distribution to an XML file.
Constructor Summary | |
---|---|
XMLDistributionWriter()
|
Method Summary | |
---|---|
void |
writeDistribution(Distribution d,
java.io.OutputStream os)
Writes an OrderNDistribution or simple Distribution to an XML file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLDistributionWriter()
Method Detail |
---|
public void writeDistribution(Distribution d, java.io.OutputStream os) throws java.io.IOException
d
- Distribution to write.os
- OutputStream to write to.
java.io.IOException
- if an error occurs during writing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |