| ISequenceParser Interface | 
Namespace: Bio.IO
The ISequenceParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Alphabet | 
            Gets or sets the alphabet to use for parsed data objects.  If this is not set, the alphabet will
            be determined based on the file being parsed.
              (Inherited from IParserWithAlphabetT.) | |
| Description | 
            Gets the description of the parser being
            implemented. This is intended to give the
            developer some information of the parser.
              (Inherited from IParser.) | |
| Name | 
            Gets the name of the parser being implemented. 
            This is intended to give the developer name of the parser.
              (Inherited from IParser.) | |
| SupportedFileTypes | 
            Gets the file extensions that the parser supports.
            If multiple extensions are supported then this property 
            will return a string containing all extensions with a ',' delimited.
              (Inherited from IParser.) | 
| Name | Description | |
|---|---|---|
| Parse | 
            Parses a list of biological sequence texts from a given stream.
              (Inherited from IParserT.) | |
| ParseOne | 
            Parse a single entity from the given stream.
              (Inherited from IParserT.) |