| Package | Description |
|---|---|
| org.biojavax.bio.phylo.io.phylip |
Classes to support the reading and writing of PHYLIP format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PHYLIPFileBuilder
Builds a PHYLIP file by listening to events.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PHYLIPFileFormat.parse(PHYLIPFileListener listener,
java.io.BufferedReader reader) |
static void |
PHYLIPFileFormat.parseFile(PHYLIPFileListener listener,
java.io.File inputFile) |
static void |
PHYLIPFileFormat.parseInputStream(PHYLIPFileListener listener,
java.io.InputStream inputStream) |
static void |
PHYLIPFileFormat.parseReader(PHYLIPFileListener listener,
java.io.Reader inputReader) |