Uses of Interface
org.biojavax.bio.phylo.io.phylip.PHYLIPFileListener
Packages that use PHYLIPFileListener
Package
Description
Classes to support the reading and writing of PHYLIP format.
-
Uses of PHYLIPFileListener in org.biojavax.bio.phylo.io.phylip
Classes in org.biojavax.bio.phylo.io.phylip that implement PHYLIPFileListenerModifier and TypeClassDescriptionclassBuilds a PHYLIP file by listening to events.Methods in org.biojavax.bio.phylo.io.phylip with parameters of type PHYLIPFileListenerModifier and TypeMethodDescriptionstatic voidPHYLIPFileFormat.parse(PHYLIPFileListener listener, BufferedReader reader) static voidPHYLIPFileFormat.parseFile(PHYLIPFileListener listener, File inputFile) static voidPHYLIPFileFormat.parseInputStream(PHYLIPFileListener listener, InputStream inputStream) static voidPHYLIPFileFormat.parseReader(PHYLIPFileListener listener, Reader inputReader)