Uses of Interface
org.biojavax.bio.phylo.io.nexus.NexusFileListener
-
Packages that use NexusFileListener Package Description org.biojavax.bio.phylo.io.nexus Classes to support the I/O of Nexus files. -
-
Uses of NexusFileListener in org.biojavax.bio.phylo.io.nexus
Classes in org.biojavax.bio.phylo.io.nexus that implement NexusFileListener Modifier and Type Class Description classNexusFileBuilderBuilds a Nexus file by listening to events.static classNexusFileListener.AbstractExample abstract implementation which all others should extend.Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusFileListener Modifier and Type Method Description static voidNexusFileFormat. parseFile(NexusFileListener listener, java.io.File inputFile)Parse a file and send events to the given listener.static voidNexusFileFormat. parseInputStream(NexusFileListener listener, java.io.InputStream inputStream)Parse a stream and send events to the given listener.static voidNexusFileFormat. parseReader(NexusFileListener listener, java.io.Reader inputReader)Parse a reader and send events to the given listener.
-