|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NexusFile | |
---|---|
org.biojavax.bio.phylo.io.nexus | Classes to support the I/O of Nexus files. |
Uses of NexusFile in org.biojavax.bio.phylo.io.nexus |
---|
Methods in org.biojavax.bio.phylo.io.nexus that return NexusFile | |
---|---|
NexusFile |
NexusFileBuilder.getNexusFile()
Obtain the constructed file. |
Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusFile | |
---|---|
static void |
NexusFileFormat.writeFile(java.io.File file,
NexusFile nexusFile)
Writes the given Nexus output to a file. |
static void |
NexusFileFormat.writeStream(java.io.OutputStream os,
NexusFile nexusFile)
Writes the given Nexus output to a stream. |
static void |
NexusFileFormat.writeWriter(java.io.Writer writer,
NexusFile nexusFile)
Writes the given Nexus output to a writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |