| FastQFormatter Class |
Namespace: Bio.IO.FastQ
The FastQFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| FastQFormatter |
Initializes a new instance of the FastQFormatter class.
|
| Name | Description | |
|---|---|---|
| AutoFlush |
Gets or sets a value indicating whether the FastQFormatter will flush its buffer
to the underlying stream after every call to Write method.
| |
| Description |
Gets the description of this formatter.
This is intended to give developers some information
of the formatter class. This property returns a simple description of what this
class achieves.
| |
| FormatType |
Gets or sets the format type to be used.
The FastQFormatType to be used for formatting QualitativeSequence objects.
Default value is Illumina_v1_8
| |
| Name |
Gets the name of this formatter.
This is intended to give developers name of the formatter.
| |
| SupportedFileTypes |
Gets the file extension supported by this formatter.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Format(Stream, IQualitativeSequence) |
Writes the specified QualitativeSequence in FastQ format to the file.
| |
| Format(Stream, IEnumerableISequence) |
Writes a set of entries.
| |
| 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.) |