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
Modifier and TypeMethodDescriptionread
(BufferedReader reader) Read in an alignment from a buffered reader object
-
Method Details
-
read
Read in an alignment from a buffered reader object- Parameters:
reader
- the reader from which to read in the alignment
-