GenBankFormatter Class |
Namespace: Bio.IO.GenBank
The GenBankFormatter type exposes the following members.
Name | Description | |
---|---|---|
GenBankFormatter |
Default constructor.
|
Name | Description | |
---|---|---|
Description |
Gets the description of GenBank formatter.
This is intended to give developers some information
of the formatter class. This property returns a simple description of what the
GenBankFormatter class achieves.
| |
LocationBuilder |
Location builder is used to build location string from the location object present in the feature items.
By default an instance of LocationBuilder class is used to get the location string.
| |
Name |
Gets the type of Formatter i.e GenBank.
This is intended to give developers some information
of the formatter class.
| |
SupportedFileTypes |
Gives the supported file types.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Format(Stream, ISequence) |
Writes an ISequence to the specified stream.
| |
Format(Stream, IEnumerableISequence) |
Write a collection of ISequences to a stream.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |