JPhyloIOReaderWriterFactory.See: Description
| Interface | Description |
|---|---|
| SingleReaderWriterFactory |
Implementations of this interface are used internally by
JPhyloIOReaderWriterFactory to create reader
and writer instances of a specific format. |
| Class | Description |
|---|---|
| AbstractSingleReaderWriterFactory | |
| AbstractStartStringSingleFactory |
Abstract single format factory that implements the
checkFormat() methods by testing of the read content
start with a certain string, determined by AbstractStartStringSingleFactory.getExpectedStart(). |
| JPhyloIOContentExtensionFileFilter | |
| JPhyloIOReaderWriterFactory |
Factory to create instances of JPhyloIO event readers and writers as well as
JPhyloIOFormatInfo
instances. |
JPhyloIOReaderWriterFactory.