|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NexusFileListener | |
---|---|
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 | |
---|---|
class |
NexusFileBuilder
Builds a Nexus file by listening to events. |
static class |
NexusFileListener.Abstract
Example abstract implementation which all others should extend. |
Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusFileListener | |
---|---|
static 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |