Uses of Interface
org.biojavax.bio.phylo.io.phylip.PHYLIPFileListener

Packages that use PHYLIPFileListener
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
 class PHYLIPFileBuilder
          Builds a PHYLIP file by listening to events.
 

Methods in org.biojavax.bio.phylo.io.phylip with parameters of type PHYLIPFileListener
static 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)