| GffFormatter Class |
Namespace: Bio.IO.Gff
The GffFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| GffFormatter |
Default constructor.
|
| Name | Description | |
|---|---|---|
| Description |
Gets the description of GFF formatter.
This is intended to give developers some information
of the formatter class. This property returns a simple description of what the
GffFormatter class achieves.
| |
| Name |
Gets the type of Formatter i.e GFF.
This is intended to give developers some information
of the formatter class.
| |
| ShouldWriteSequenceData |
Whether or not sequence data will be written as part of the GFF header information;
This property is required as GFF files normally do not contain sequence data.
Defaults value is true.
| |
| SupportedFileTypes |
Gives the Supported types.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Format(Stream, ISequence) |
Writes an ISequence to the specified file.
| |
| Format(Stream, IEnumerableISequence) |
Write a collection of ISequences to a file.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |