| GenBankParser Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Bio.IO.GenBank
 Syntax
SyntaxThe GenBankParser type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GenBankParser | 
            Default constructor chooses default encoding based on alphabet.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Alphabet | 
            The alphabet to use for parsed ISequence objects.  If this is not set, an alphabet will
            be determined based on the file being parsed.
             | 
|  | Description | 
            Gets the description of GenBank parser.
            This is intended to give developers some information 
            of the formatter class. This property returns a simple description of what the
            GenBankParser class achieves.
             | 
|  | LocationBuilder | 
            Location builder is used to build location objects from the location string 
            present in the features.
            By default an instance of LocationBuilder class is used to build location objects.
             | 
|  | Name | 
            Gets the type of Parser i.e GenBank.
            This is intended to give developers some information 
            of the parser class.
             | 
|  | SupportedFileTypes | 
            Supported file types.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Parse | 
            Parses a single GenBank text from a reader into a sequence.
             | 
|  | ParseOne | 
            Parse a single entity from the given stream.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also