Click or drag to resize
FastQFormatter Properties

The FastQFormatter type exposes the following members.

Properties
  NameDescription
Public propertyAutoFlush
Gets or sets a value indicating whether the FastQFormatter will flush its buffer to the underlying stream after every call to Write method.
Public propertyDescription
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.
Public propertyFormatType
Gets or sets the format type to be used. The FastQFormatType to be used for formatting QualitativeSequence objects. Default value is Illumina_v1_8
Public propertyName
Gets the name of this formatter. This is intended to give developers name of the formatter.
Public propertySupportedFileTypes
Gets the file extension supported by this formatter.
Top
See Also