Package org.biojava.bio.seq.io
Interface AlignmentFormat
-
- All Known Implementing Classes:
FastaAlignmentFormat
,MSFAlignmentFormat
public interface AlignmentFormat
- Author:
- Matthew Pocock, Samiul Hasan, Thomas Down, Keith James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alignment
read(java.io.BufferedReader reader)
Read in an alignment from a buffered reader object
-