Uses of Interface
org.biojavax.bio.phylo.io.phylip.PHYLIPFileListener
-
Packages that use PHYLIPFileListener Package Description org.biojavax.bio.phylo.io.phylip 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 PHYLIPFileListener Modifier and Type Class Description classPHYLIPFileBuilderBuilds a PHYLIP file by listening to events.Methods in org.biojavax.bio.phylo.io.phylip with parameters of type PHYLIPFileListener Modifier and Type Method Description static voidPHYLIPFileFormat. parse(PHYLIPFileListener listener, java.io.BufferedReader reader)static voidPHYLIPFileFormat. parseFile(PHYLIPFileListener listener, java.io.File inputFile)static voidPHYLIPFileFormat. parseInputStream(PHYLIPFileListener listener, java.io.InputStream inputStream)static voidPHYLIPFileFormat. parseReader(PHYLIPFileListener listener, java.io.Reader inputReader)
-