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 TypeClassDescriptionclassBuilds a Nexus file by listening to events.static classExample abstract implementation which all others should extend.Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusFileListenerModifier and TypeMethodDescriptionstatic voidNexusFileFormat.parseFile(NexusFileListener listener, File inputFile) Parse a file and send events to the given listener.static voidNexusFileFormat.parseInputStream(NexusFileListener listener, InputStream inputStream) Parse a stream and send events to the given listener.static voidNexusFileFormat.parseReader(NexusFileListener listener, Reader inputReader) Parse a reader and send events to the given listener.