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.FastAAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool AutoFlush { get; set; }
Public Property AutoFlush As Boolean
Get
Set
public:
property bool AutoFlush {
bool get ();
void set (bool value);
}
member AutoFlush : bool with get, set
Property Value
Type:
BooleanSee Also