Click or drag to resize
FastAFormatterAutoFlush Property
Gets or sets a value indicating whether the FastAFormatter will flush its buffer to the underlying stream after every call to Write(ISequence).

Namespace: Bio.IO.FastA
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool AutoFlush { get; set; }

Property Value

Type: Boolean
See Also