Uses of Interface
org.biojavax.bio.phylo.io.nexus.NexusFileListener
Packages that use NexusFileListener
-
Uses of NexusFileListener in org.biojavax.bio.phylo.io.nexus
Classes in org.biojavax.bio.phylo.io.nexus that implement NexusFileListenerModifier and TypeClassDescriptionclass
Builds a Nexus file by listening to events.static class
Example abstract implementation which all others should extend.Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusFileListenerModifier and TypeMethodDescriptionstatic void
NexusFileFormat.parseFile
(NexusFileListener listener, File inputFile) Parse a file and send events to the given listener.static void
NexusFileFormat.parseInputStream
(NexusFileListener listener, InputStream inputStream) Parse a stream and send events to the given listener.static void
NexusFileFormat.parseReader
(NexusFileListener listener, Reader inputReader) Parse a reader and send events to the given listener.