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 TypeClassDescriptionclass
Builds a PHYLIP file by listening to events.Methods in org.biojavax.bio.phylo.io.phylip with parameters of type PHYLIPFileListenerModifier and TypeMethodDescriptionstatic void
PHYLIPFileFormat.parse
(PHYLIPFileListener listener, BufferedReader reader) static void
PHYLIPFileFormat.parseFile
(PHYLIPFileListener listener, File inputFile) static void
PHYLIPFileFormat.parseInputStream
(PHYLIPFileListener listener, InputStream inputStream) static void
PHYLIPFileFormat.parseReader
(PHYLIPFileListener listener, Reader inputReader)