Click or drag to resize
FastAFormatter Properties

The FastAFormatter type exposes the following members.

Properties
  NameDescription
Public propertyAutoFlush
Gets or sets a value indicating whether the FastAFormatter will flush its buffer to the underlying stream after every call to Write(ISequence).
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 propertyMaxSymbolsAllowedPerLine
Gets or sets the maximum symbols allowed per line. Default value is 80. Note that the FastA format recommends that all lines should be less than 80 symbol in length.
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