Click or drag to resize
GffFormatter Class
Writes an ISequence to a particular location, usually a file. The output is formatted according to the GFF file format. A method is also provided for quickly accessing the content in string form for applications that do not need to first write to file.
Inheritance Hierarchy
SystemObject
  Bio.IO.GffGffFormatter

Namespace: Bio.IO.Gff
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public class GffFormatter : ISequenceFormatter, 
	IFormatter<ISequence>, IFormatter

The GffFormatter type exposes the following members.

Constructors
  NameDescription
Public methodGffFormatter
Default constructor.
Top
Properties
  NameDescription
Public propertyDescription
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.
Public propertyName
Gets the type of Formatter i.e GFF. This is intended to give developers some information of the formatter class.
Public propertyShouldWriteSequenceData
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.
Public propertySupportedFileTypes
Gives the Supported types.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat(Stream, ISequence)
Writes an ISequence to the specified file.
Public methodFormat(Stream, IEnumerableISequence)
Write a collection of ISequences to a file.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also