ISequenceAlignmentFormatter Interface |
Namespace: Bio.IO
The ISequenceAlignmentFormatter type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets the description of the formatter being implemented.
This is intended to give the developer some
information of the formatter.
(Inherited from IFormatter.) | |
Name |
Gets the name of the formatter being implemented.
This is intended to give the developer name of the formatter.
(Inherited from IFormatter.) | |
SupportedFileTypes |
Gets the file extensions that the formatter will support.
If multiple extensions are supported then this property
will return a string containing all extensions with a ',' delimited.
(Inherited from IFormatter.) |
Name | Description | |
---|---|---|
Format(Stream, IEnumerableT) |
Writes a set of entries.
(Inherited from IFormatterT.) | |
Format(Stream, T) |
Writes a single data entry.
(Inherited from IFormatterT.) |