public class XMLDistributionWriter extends Object
| Constructor and Description |
|---|
XMLDistributionWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeDistribution(Distribution d,
OutputStream os)
Writes an OrderNDistribution or simple Distribution to an XML file.
|
public XMLDistributionWriter()
public void writeDistribution(Distribution d, OutputStream os) throws IOException
d - Distribution to write.os - OutputStream to write to.IOException - if an error occurs during writingCopyright © 2020 BioJava. All rights reserved.