Package org.biojava.bio.dist
Class XMLDistributionWriter
java.lang.Object
org.biojava.bio.dist.XMLDistributionWriter
Writes an OrderNDistribution or simple Distribution to an XML file.
- Since:
- 1.3
- Author:
- Russell Smithies, Mark Schreiber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Writes an OrderNDistribution or simple Distribution to an XML file.
-
Constructor Details
-
XMLDistributionWriter
public XMLDistributionWriter()
-
-
Method Details
-
writeDistribution
Writes an OrderNDistribution or simple Distribution to an XML file.- Parameters:
d
- Distribution to write.os
- OutputStream to write to.- Throws:
IOException
- if an error occurs during writing
-